Uses of Enum Class
io.helidon.http.DirectHandler.EventType
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.EventType in io.helidon.http
Modifier and TypeMethodDescriptionRequestException.eventType()
Event type of this exception.static DirectHandler.EventType
Returns the enum constant of this class with the specified name.static DirectHandler.EventType[]
DirectHandler.EventType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionDirectHandler.handle
(DirectHandler.TransportRequest request, DirectHandler.EventType eventType, Status defaultStatus, ServerResponseHeaders responseHeaders, String message) Handler of responses that bypass routing.default DirectHandler.TransportResponse
DirectHandler.handle
(DirectHandler.TransportRequest request, DirectHandler.EventType eventType, Status defaultStatus, ServerResponseHeaders responseHeaders, Throwable thrown) Handler of responses that bypass router.default DirectHandler.TransportResponse
DirectHandler.handle
(DirectHandler.TransportRequest request, DirectHandler.EventType eventType, Status defaultStatus, ServerResponseHeaders responseHeaders, Throwable thrown, System.Logger logger) Handler of responses that bypass router.RequestException.Builder.type
(DirectHandler.EventType type) Event type of this exception. -
Uses of DirectHandler.EventType in io.helidon.webserver.http
Modifier and TypeMethodDescriptionDirectHandlers.Builder.addHandler
(DirectHandler.EventType eventType, DirectHandler handler) Add a handler.DirectHandlers.handler
(DirectHandler.EventType eventType) Get handler for the event type.