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 TypeMethodDescriptionvoidFilter.filter(FilterChain chain, RoutingRequest req, RoutingResponse res) Handle a request.voidFilters.filter(ConnectionContext ctx, RoutingRequest request, RoutingResponse response, Callable<Void> routingExecutor) Filter request.voidHttpRouting.route(ConnectionContext ctx, RoutingRequest request, RoutingResponse response) Route a request.voidErrorHandlers.runWithErrorHandling(ConnectionContext ctx, RoutingRequest request, RoutingResponse response, Callable<Void> task) Run a task and handle the errors, if any.