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 TypeInterfaceDescriptioninterfaceMutable headers of a client request.Methods in io.helidon.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.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.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 TypeMethodDescriptionbooleanOpenApiService.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 ServerRequestEntityServerRequestEntity.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 Http2ServerRequestEntityHttp2ServerRequestEntity.create(UnaryOperator<InputStream> streamFilter, UnaryOperator<InputStream> decoder, Function<Integer, BufferData> readEntityFunction, Runnable entityProcessedRunnable, ServerRequestHeaders requestHeaders, MediaContext mediaContext) Create a new entity.