Uses of Interface
io.helidon.http.DirectHandler
Package
Description
HTTP APIs and implementations usable by both server and client side of the HTTP story.
Helidon WebServer HTTP specific APIs.
-
Uses of DirectHandler in io.helidon.http
Modifier and TypeMethodDescriptionstatic DirectHandler
DirectHandler.defaultHandler()
Default handler will HTML encode the message (if any), use the default status code for the event type, and copy all headers configured. -
Uses of DirectHandler in io.helidon.webserver.http
Modifier and TypeMethodDescriptionDirectHandlers.handler
(DirectHandler.EventType eventType) Get handler for the event type.Modifier and TypeMethodDescriptionDirectHandlers.Builder.addHandler
(DirectHandler.EventType eventType, DirectHandler handler) Add a handler.