Uses of Interface
io.helidon.webserver.http.RoutingRequest
Packages that use RoutingRequest
Package
Description
Helidon WebServer Access Log Support.
Helidon WebServer HTTP specific APIs.
-
Uses of RoutingRequest in io.helidon.webserver.accesslog
Methods in io.helidon.webserver.accesslog that return RoutingRequest -
Uses of RoutingRequest in io.helidon.webserver.http
Methods in io.helidon.webserver.http that return RoutingRequestModifier and TypeMethodDescriptionRoutingRequest.path
(RoutedPath routedPath) Update path of this request.RoutingRequest.prologue
(HttpPrologue newPrologue) Update prologue of this request.Methods in io.helidon.webserver.http with parameters of type RoutingRequestModifier 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.