Uses of Interface
io.helidon.http.DirectHandler.TransportRequest
Packages that use DirectHandler.TransportRequest
Package
Description
HTTP APIs and implementations usable by both server and client side of the HTTP story.
Helidon WebServer HTTP specific APIs.
-
Uses of DirectHandler.TransportRequest in io.helidon.http
Methods in io.helidon.http that return DirectHandler.TransportRequestModifier and TypeMethodDescriptionDirectHandler.TransportRequest.empty()Create an empty transport request.RequestException.request()Transport request with as much information as is available.Methods in io.helidon.http with parameters of type DirectHandler.TransportRequestModifier and TypeMethodDescriptionDirectHandler.handle(DirectHandler.TransportRequest request, DirectHandler.EventType eventType, Status defaultStatus, ServerResponseHeaders responseHeaders, String message) Handler of responses that bypass routing.default DirectHandler.TransportResponseDirectHandler.handle(DirectHandler.TransportRequest request, DirectHandler.EventType eventType, Status defaultStatus, ServerResponseHeaders responseHeaders, Throwable thrown) Handler of responses that bypass router.default DirectHandler.TransportResponseDirectHandler.handle(DirectHandler.TransportRequest request, DirectHandler.EventType eventType, Status defaultStatus, ServerResponseHeaders responseHeaders, Throwable thrown, System.Logger logger) Handler of responses that bypass router.RequestException.Builder.request(DirectHandler.TransportRequest request) Transport request with as much information as is available. -
Uses of DirectHandler.TransportRequest in io.helidon.webserver.http
Classes in io.helidon.webserver.http that implement DirectHandler.TransportRequestMethods in io.helidon.webserver.http that return DirectHandler.TransportRequestModifier and TypeMethodDescriptionDirectTransportRequest.create(HttpPrologue prologue, Headers headers) Configure a simple request from known prologue and headers.Create a new request from as much known information as possible.