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 support.
Helidon WebServer HTTP specific APIs.
Helidon WebServer HTTP/2 Support.
-
Uses of ServerRequestHeaders in io.helidon.http
Classes in io.helidon.http with type parameters of type ServerRequestHeadersSubinterfaces of ServerRequestHeaders in io.helidon.httpModifier and TypeInterfaceDescriptioninterfaceMutable headers of a client request.Fields in io.helidon.http with type parameters of type ServerRequestHeadersModifier and TypeFieldDescriptionstatic final ServerRequestHeaders__ServiceDescriptor<ServerRequestHeaders> ServerRequestHeaders__ServiceDescriptor.INSTANCEGlobal singleton instance for this descriptor.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(SocketAddress remoteAddress, SocketAddress 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.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 TypeMethodDescriptiondefault PathMatchers.MatchResultHttpRoute.accepts(HttpPrologue prologue, ServerRequestHeaders headers) Whether this route accept the provided request.static ServerRequestEntityServerRequestEntity.create(Consumer<Boolean> entityRequestedCallback, UnaryOperator<InputStream> streamFilter, ContentDecoder decoder, Function<Integer, BufferData> readEntityFunction, Runnable entityProcessedRunnable, ServerRequestHeaders requestHeaders, MediaContext mediaContext, long maxBufferedEntitySize) Deprecated.static ServerRequestEntityServerRequestEntity.create(Consumer<Boolean> entityRequestedCallback, UnaryOperator<InputStream> streamFilter, ContentDecoder decoder, Function<Integer, BufferData> readEntityFunction, Runnable entityProcessedRunnable, ServerRequestHeaders requestHeaders, MediaContext mediaContext, long maxPayloadSize, long maxBufferedEntitySize) Create a new entity.Method parameters in io.helidon.webserver.http with type arguments of type ServerRequestHeadersModifier and TypeMethodDescriptionHttpRoute.Builder.headers(Predicate<ServerRequestHeaders> headersPredicate) HTTP Headers predicate to use. -
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, long maxBufferedEntitySize) static Http2ServerRequestEntityHttp2ServerRequestEntity.create(UnaryOperator<InputStream> streamFilter, UnaryOperator<InputStream> decoder, Function<Integer, BufferData> readEntityFunction, Runnable entityProcessedRunnable, ServerRequestHeaders requestHeaders, MediaContext mediaContext, long maxPayloadSize, long maxBufferedEntitySize) Create a new entity.
ServerRequestEntity.create(Consumer, UnaryOperator, ContentDecoder, Function, Runnable, ServerRequestHeaders, MediaContext, long, long)instead