Uses of Interface
io.helidon.webserver.http.RoutingRequest
Packages that use RoutingRequest
Package
Description
Helidon WebServer Access Log Support.
Helidon WebServer HTTP specific APIs.
Helidon WebServer HTTP/1.1 specific SPIs.
SPIs related to tracing observers.
-
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 TypeMethodDescriptiondefault RoutingRequestRoutingRequest.matchingPattern(String matchingPattern) Update the pattern used to match this request.default RoutingRequestRoutingRequest.matchingPattern(Supplier<Optional<String>> matchingPattern) Update the pattern used to match this request using a supplier.RoutingRequest.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. -
Uses of RoutingRequest in io.helidon.webserver.http1.spi
Methods in io.helidon.webserver.http1.spi with parameters of type RoutingRequestModifier and TypeMethodDescriptionHttp1UpgradeRouting.routeUpgrade(ConnectionContext ctx, RoutingRequest request, RoutingResponse response, Http1UpgradeResponse upgradeResponse, Http1RoutedUpgrade upgrade) Route a prepared HTTP/1 upgrade through filters and protocol-upgrade policies. -
Uses of RoutingRequest in io.helidon.webserver.observe.tracing.spi
Methods in io.helidon.webserver.observe.tracing.spi with parameters of type RoutingRequestModifier and TypeMethodDescriptionTracingSemanticConventionsProvider.create(SpanTracingConfig spanTracingConfig, String socketName, RoutingRequest routingRequest, RoutingResponse routingResponse) Creates a new instance of the tracing semantic conventions to help prepare span builders and spans.