Uses of Interface
io.helidon.webserver.http.RoutingResponse
Packages that use RoutingResponse
Package
Description
Helidon WebServer Access Log Support.
Helidon WebServer HTTP specific APIs.
SPIs related to tracing observers.
-
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 TypeClassDescriptionclassServerResponseBase<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 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 RoutingResponse in io.helidon.webserver.observe.tracing.spi
Methods in io.helidon.webserver.observe.tracing.spi with parameters of type RoutingResponseModifier 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.