| Package | Description |
|---|---|
| io.helidon.webserver |
Reactive web server API.
|
| Modifier and Type | Method | Description |
|---|---|---|
static <T> Handler |
Handler.of(java.lang.Class<T> entityType,
Handler.EntityHandler<T> entityHandler) |
Creates new instance of the
Handler for the entity representing HTTP request content. |
static <T> Handler |
Handler.of(java.lang.Class<T> entityType,
Handler.EntityHandler<T> entityHandler,
ErrorHandler<java.lang.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.