Uses of Interface
io.helidon.webserver.http.RoutingResponse
Packages that use RoutingResponse
Package
Description
Helidon WebServer Access Log Support.
Helidon WebServer HTTP specific APIs.
-
Uses of RoutingResponse in io.helidon.webserver.accesslog
Methods in io.helidon.webserver.accesslog that return RoutingResponseModifier and TypeMethodDescriptionAccessLogContext.serverResponse()
The server response, after data was sent. -
Uses of RoutingResponse in io.helidon.webserver.http
Classes in io.helidon.webserver.http that implement RoutingResponseModifier and TypeClassDescriptionclass
ServerResponseBase<T extends ServerResponseBase<T>>
Base class for common server response tasks that can be shared across HTTP versions.Methods in io.helidon.webserver.http with parameters of type RoutingResponseModifier and TypeMethodDescriptionvoid
Filter.filter
(FilterChain chain, RoutingRequest req, RoutingResponse res) Handle a request.void
Filters.filter
(ConnectionContext ctx, RoutingRequest request, RoutingResponse response, Callable<Void> routingExecutor) Filter request.void
HttpRouting.route
(ConnectionContext ctx, RoutingRequest request, RoutingResponse response) Route a request.void
ErrorHandlers.runWithErrorHandling
(ConnectionContext ctx, RoutingRequest request, RoutingResponse response, Callable<Void> task) Run a task and handle the errors, if any.