| Package | Description |
|---|---|
| io.helidon.media.jsonp.server | |
| io.helidon.security.integration.webserver |
Integration library for RxServer.
|
| io.helidon.webserver |
Reactive web server API.
|
| Modifier and Type | Method and Description |
|---|---|
void |
JsonSupport.accept(ServerRequest request,
ServerResponse response)
It registers reader and writer for
JsonSupport on ServerRequest/ServerResponse on provided
routing criteria. |
| Modifier and Type | Method and Description |
|---|---|
void |
SecurityHandler.accept(ServerRequest req,
ServerResponse res) |
| Modifier and Type | Method and Description |
|---|---|
void |
ErrorHandler.accept(ServerRequest req,
ServerResponse res,
T ex)
Error handling consumer.
|
void |
Handler.accept(ServerRequest req,
ServerResponse res)
|
void |
Handler.EntityHandler.accept(ServerRequest req,
ServerResponse res,
T entity)
|
void |
RequestPredicate.ConditionalHandler.accept(ServerRequest req,
ServerResponse res) |
boolean |
RequestPredicate.test(ServerRequest request)
Evaluate this predicate.
|
| Modifier and Type | Method and Description |
|---|---|
RequestPredicate |
RequestPredicate.and(Predicate<ServerRequest> predicate)
Returns a composed predicate that represents a logical AND expression
between this predicate and another predicate.
|
RequestPredicate |
RequestPredicate.or(Predicate<ServerRequest> predicate)
Returns a composed predicate that represents a logical OR expression
between this predicate and another predicate.
|
Copyright © 2018, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.