| 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,
ErrorHandler<Throwable> entityReadErrorHandler)
Creates new instance of the
Handler for the entity representing HTTP request content. |
<T extends Throwable> |
Routing.Builder.error(Class<T> exceptionClass,
ErrorHandler<T> errorHandler)
Registers an error handler that handles the given type of exceptions.
|
Copyright © 2018–2019 Oracle and/or its affiliates. All rights reserved. Use is subject to license terms.