Uses of Class
io.helidon.webserver.http.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
Modifier and TypeMethodDescriptionListenerContext.directHandlers()
Direct handlers for non-routing exception handling.Modifier and TypeMethodDescriptionListenerConfig.BuilderBase.directHandlers()
Direct handlers specific for this listener.ListenerConfig.BuilderBase.ListenerConfigImpl.directHandlers()
Modifier and TypeMethodDescriptionListenerConfig.BuilderBase.directHandlers
(DirectHandlers directHandlers) Direct handlers specific for this listener. -
Uses of DirectHandlers in io.helidon.webserver.http
Modifier and TypeMethodDescriptionDirectHandlers.Builder.build()
static DirectHandlers
DirectHandlers.create()
Create a new instance with default handlers.Modifier and TypeMethodDescriptionDirectHandlers.Builder.defaults
(DirectHandlers handlers) Add defaults for even types not supported by the created handlers.