Uses of Enum Class
io.helidon.common.http.DirectHandler.EventType
-
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.