Uses of Class
io.helidon.webserver.http.DirectHandlers
Packages that use DirectHandlers
Package
Description
Helidon WebServer module, combining common server API, HTTP API and HTTP/1.1 API to create a server.
Helidon WebServer HTTP specific APIs.
-
Uses of DirectHandlers in io.helidon.webserver
Methods in io.helidon.webserver that return DirectHandlersModifier and TypeMethodDescriptionListenerContext.directHandlers()
Direct handlers for non-routing exception handling. -
Uses of DirectHandlers in io.helidon.webserver.http
Methods in io.helidon.webserver.http that return DirectHandlersModifier and TypeMethodDescriptionDirectHandlers.Builder.build()
static DirectHandlers
DirectHandlers.create()
Create a new instance with default handlers.Methods in io.helidon.webserver.http with parameters of type DirectHandlersModifier and TypeMethodDescriptionDirectHandlers.Builder.defaults
(DirectHandlers handlers) Add defaults for even types not supported by the created handlers.