| Package | Description |
|---|---|
| io.helidon.media.jackson.server | |
| io.helidon.media.jsonb.server | |
| 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 |
JacksonSupport.accept(ServerRequest request,
ServerResponse response) |
| Modifier and Type | Method and Description |
|---|---|
static JacksonSupport |
JacksonSupport.create(BiFunction<? super ServerRequest,? super ServerResponse,? extends ObjectMapper> objectMapperProvider)
Creates a new
JacksonSupport. |
| Modifier and Type | Method and Description |
|---|---|
void |
JsonBindingSupport.accept(ServerRequest request,
ServerResponse response) |
| Modifier and Type | Method and Description |
|---|---|
static JsonBindingSupport |
JsonBindingSupport.create(BiFunction<? super ServerRequest,? super ServerResponse,? extends Jsonb> jsonbProvider)
Creates a new
JsonBindingSupport. |
| 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–2019 Oracle and/or its affiliates. All rights reserved. Use is subject to license terms.