Uses of Enum Class
io.helidon.webserver.DirectHandler.EventType
Packages that use DirectHandler.EventType
-
Uses of DirectHandler.EventType in io.helidon.webserver
Methods in io.helidon.webserver that return DirectHandler.EventTypeModifier and TypeMethodDescriptionstatic 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.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.DirectHandler.handle(DirectHandler.TransportRequest request, DirectHandler.EventType eventType, Http.ResponseStatus defaultStatus, String message) Handler of responses that bypass routing, MUST NOT block the current thread.default DirectHandler.TransportResponseDirectHandler.handle(DirectHandler.TransportRequest request, DirectHandler.EventType eventType, Http.ResponseStatus defaultStatus, Throwable t) Handler of responses that bypass routing, MUST NOT block the current thread.