Uses of Interface
io.helidon.common.http.ServerRequestHeaders
Packages that use ServerRequestHeaders
Package
Description
HTTP APIs and implementations usable by both server and client side of the HTTP story.
HTTP/2 WebServer.
WebServer HTTP specific APIs.
A reactive client for rest calls.
Reactive web server API.
-
Uses of ServerRequestHeaders in io.helidon.common.http
Subinterfaces of ServerRequestHeaders in io.helidon.common.httpModifier and TypeInterfaceDescriptioninterfaceMutable headers of a client request.Methods in io.helidon.common.http that return ServerRequestHeadersModifier and TypeMethodDescriptionstatic ServerRequestHeadersServerRequestHeaders.create()Create new empty server request headers.static ServerRequestHeadersCreate a new instance from headers.DirectHandler.TransportRequest.headers()Headers, if found in request.Methods in io.helidon.common.http with parameters of type ServerRequestHeadersModifier and TypeMethodDescriptionRequestedUriDiscoveryContext.uriInfo(String remoteAddress, String localAddress, String requestPath, ServerRequestHeaders headers, UriQuery query, boolean isSecure) Creates aUriInfoobject for a request based on the discovery settings in theRequestedUriDiscoveryContextand the specified request-related information. -
Uses of ServerRequestHeaders in io.helidon.nima.http2.webserver
Methods in io.helidon.nima.http2.webserver with parameters of type ServerRequestHeadersModifier and TypeMethodDescriptionstatic Http2ServerRequestEntityHttp2ServerRequestEntity.create(ContentDecoder decoder, Function<Integer, BufferData> readEntityFunction, Runnable entityProcessedRunnable, ServerRequestHeaders requestHeaders, MediaContext mediaContext) Create a new entity. -
Uses of ServerRequestHeaders in io.helidon.nima.webserver.http
Methods in io.helidon.nima.webserver.http that return ServerRequestHeadersModifier and TypeMethodDescriptionDirectTransportRequest.headers()HttpRequest.headers()Headers of the request.Methods in io.helidon.nima.webserver.http with parameters of type ServerRequestHeadersModifier and TypeMethodDescriptionstatic ServerRequestEntityServerRequestEntity.create(Consumer<Boolean> entityRequestedCallback, ContentDecoder decoder, Function<Integer, BufferData> readEntityFunction, Runnable entityProcessedRunnable, ServerRequestHeaders requestHeaders, MediaContext mediaContext) Create a new entity. -
Uses of ServerRequestHeaders in io.helidon.reactive.webclient
Subinterfaces of ServerRequestHeaders in io.helidon.reactive.webclientModifier and TypeInterfaceDescriptioninterfaceHeaders that can be modified (until request is sent) for outbound request. -
Uses of ServerRequestHeaders in io.helidon.reactive.webserver
Subinterfaces of ServerRequestHeaders in io.helidon.reactive.webserverModifier and TypeInterfaceDescriptioninterfaceExtendsHeadersinterface by adding HTTP request headers oriented convenient methods.