| Package | Description |
|---|---|
| io.helidon.webserver |
Reactive web server API.
|
| Modifier and Type | Method and Description |
|---|---|
static <T> Handler |
Handler.create(Class<T> entityType,
Handler.EntityHandler<T> entityHandler)
Creates new instance of the
Handler for the entity representing HTTP request content. |
static <T> Handler |
Handler.create(Class<T> entityType,
Handler.EntityHandler<T> entityHandler,
ErrorHandler<Throwable> entityReadErrorHandler)
Creates new instance of the
Handler for the entity representing HTTP request content. |
Copyright © 2018, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.