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