| Package | Description |
|---|---|
| io.helidon.security.webserver |
Integration library for RxServer.
|
| io.helidon.webserver |
Reactive web server API.
|
| io.helidon.webserver.json |
| Modifier and Type | Method | Description |
|---|---|---|
void |
SecurityHandler.accept(ServerRequest req,
ServerResponse res) |
| Modifier and Type | Method | 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) |
| Modifier and Type | Method | Description |
|---|---|---|
default RequestPredicate |
RequestPredicate.and(java.util.function.Predicate<? super ServerRequest> other) |
|
RequestPredicate |
RequestPredicate.is(java.util.function.Predicate<? super ServerRequest> requestPredicate) |
Accepts by free form condition.
|
default RequestPredicate |
RequestPredicate.or(java.util.function.Predicate<? super ServerRequest> other) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
JsonSupport.accept(ServerRequest request,
ServerResponse response) |
It registers reader and writer for
JsonSupport on ServerRequest/ServerResponse on provided
routing criteria. |
Copyright © 2018, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.