Uses of Interface
io.helidon.http.ServerRequestHeaders
Packages that use ServerRequestHeaders
Package
Description
HTTP APIs and implementations usable by both server and client side of the HTTP story.
Helidon OpenAPI UI support.
Helidon OpenAPI support.
Helidon WebServer HTTP specific APIs.
Helidon WebServer HTTP/2 Support.
-
Uses of ServerRequestHeaders in io.helidon.http
Subinterfaces of ServerRequestHeaders in io.helidon.httpModifier and TypeInterfaceDescriptioninterface
Mutable headers of a client request.Methods in io.helidon.http that return ServerRequestHeadersModifier and TypeMethodDescriptionstatic ServerRequestHeaders
ServerRequestHeaders.create()
Create new empty server request headers.static ServerRequestHeaders
Create a new instance from headers.DirectHandler.TransportRequest.headers()
Headers, if found in request.Methods in io.helidon.http with parameters of type ServerRequestHeadersModifier and TypeMethodDescriptionRequestedUriDiscoveryContext.uriInfo
(String remoteAddress, String localAddress, String requestPath, ServerRequestHeaders headers, UriQuery query, boolean isSecure) Creates aUriInfo
object for a request based on the discovery settings in theRequestedUriDiscoveryContext
and the specified request-related information. -
Uses of ServerRequestHeaders in io.helidon.integrations.openapi.ui
Methods in io.helidon.integrations.openapi.ui with parameters of type ServerRequestHeaders -
Uses of ServerRequestHeaders in io.helidon.openapi
Methods in io.helidon.openapi with parameters of type ServerRequestHeadersModifier and TypeMethodDescriptionboolean
OpenApiService.supports
(ServerRequestHeaders headers) Test if the service should handle a request. -
Uses of ServerRequestHeaders in io.helidon.webserver.http
Methods in io.helidon.webserver.http that return ServerRequestHeadersModifier and TypeMethodDescriptionDirectTransportRequest.headers()
HttpRequest.headers()
Headers of the request.Methods in io.helidon.webserver.http with parameters of type ServerRequestHeadersModifier and TypeMethodDescriptionstatic ServerRequestEntity
ServerRequestEntity.create
(Consumer<Boolean> entityRequestedCallback, UnaryOperator<InputStream> streamFilter, ContentDecoder decoder, Function<Integer, BufferData> readEntityFunction, Runnable entityProcessedRunnable, ServerRequestHeaders requestHeaders, MediaContext mediaContext) Create a new entity. -
Uses of ServerRequestHeaders in io.helidon.webserver.http2
Methods in io.helidon.webserver.http2 with parameters of type ServerRequestHeadersModifier and TypeMethodDescriptionstatic Http2ServerRequestEntity
Http2ServerRequestEntity.create
(UnaryOperator<InputStream> streamFilter, UnaryOperator<InputStream> decoder, Function<Integer, BufferData> readEntityFunction, Runnable entityProcessedRunnable, ServerRequestHeaders requestHeaders, MediaContext mediaContext) Create a new entity.