Uses of Interface
io.helidon.webserver.Handler.EntityHandler
-
Packages that use Handler.EntityHandler Package Description io.helidon.webserver Reactive web server API. -
-
Uses of Handler.EntityHandler in io.helidon.webserver
Methods in io.helidon.webserver with parameters of type Handler.EntityHandler Modifier and Type Method Description static <T> Handler
Handler. create(Class<T> entityType, Handler.EntityHandler<T> entityHandler)
Creates new instance of theHandler
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 theHandler
for the entity representing HTTP request content.
-