Uses of Interface
io.helidon.http.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
Modifier and TypeInterfaceDescriptioninterface
Mutable headers of a client request.Modifier 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.Modifier 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
-
Uses of ServerRequestHeaders in io.helidon.openapi
Modifier and TypeMethodDescriptionboolean
OpenApiService.supports
(ServerRequestHeaders headers) Test if the service should handle a request. -
Uses of ServerRequestHeaders in io.helidon.webserver.http
Modifier and TypeMethodDescriptionDirectTransportRequest.headers()
HttpRequest.headers()
Headers of the request.Modifier 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
Modifier 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.