Uses of Enum Class
io.helidon.common.http.DirectHandler.EventType
Packages that use DirectHandler.EventType
Package
Description
HTTP APIs and implementations usable by both server and client side of the HTTP story.
NĂma WebServer module, combining common server API, HTTP API and HTTP/1.1 API to create a server.
WebServer HTTP specific APIs.
Reactive web server API.
-
Uses of DirectHandler.EventType in io.helidon.common.http
Methods in io.helidon.common.http that return DirectHandler.EventTypeModifier and TypeMethodDescriptionRequestException.eventType()Event type of this exception.static DirectHandler.EventTypeReturns 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.Methods in io.helidon.common.http with parameters of type DirectHandler.EventTypeModifier and TypeMethodDescriptionDirectHandler.handle(DirectHandler.TransportRequest request, DirectHandler.EventType eventType, Http.Status defaultStatus, ServerResponseHeaders responseHeaders, String message) Handler of responses that bypass routing.default DirectHandler.TransportResponseDirectHandler.handle(DirectHandler.TransportRequest request, DirectHandler.EventType eventType, Http.Status defaultStatus, ServerResponseHeaders responseHeaders, Throwable thrown) Handler of responses that bypass router.RequestException.Builder.type(DirectHandler.EventType type) Event type of this exception. -
Uses of DirectHandler.EventType in io.helidon.nima.webserver
Methods in io.helidon.nima.webserver with parameters of type DirectHandler.EventTypeModifier and TypeMethodDescriptionListenerConfiguration.Builder.directHandler(DirectHandler handler, DirectHandler.EventType... eventTypes) Configure a simple handler specific for this listener.WebServer.Builder.directHandler(DirectHandler handler, DirectHandler.EventType... eventTypes) Configure a simple handler. -
Uses of DirectHandler.EventType in io.helidon.nima.webserver.http
Methods in io.helidon.nima.webserver.http with parameters of type DirectHandler.EventTypeModifier and TypeMethodDescriptionDirectHandlers.Builder.addHandler(DirectHandler.EventType eventType, DirectHandler handler) Add a handler.DirectHandlers.handler(DirectHandler.EventType eventType) Get handler for the event type. -
Uses of DirectHandler.EventType in io.helidon.reactive.webserver
Methods in io.helidon.reactive.webserver with parameters of type DirectHandler.EventTypeModifier and TypeMethodDescriptionWebServer.Builder.directHandler(DirectHandler handler, DirectHandler.EventType... types) Provide a custom handler for events that bypass routing.