Uses of Interface
io.helidon.http.DirectHandler
Packages that use 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
Methods in io.helidon.http that return DirectHandlerModifier 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
Methods in io.helidon.webserver.http that return DirectHandlerModifier and TypeMethodDescriptionDirectHandlers.handler
(DirectHandler.EventType eventType) Get handler for the event type.Methods in io.helidon.webserver.http with parameters of type DirectHandlerModifier and TypeMethodDescriptionDirectHandlers.Builder.addHandler
(DirectHandler.EventType eventType, DirectHandler handler) Add a handler.