Uses of Interface
io.helidon.common.http.Headers
Packages that use Headers
Package
Description
HTTP APIs and implementations usable by both server and client side of the HTTP story.
Common classes for accessing JSON based REST APIs of third party systems.
Common classes for processing content with a specific
MediaType.Helidon Media MultiPart.
A reactive client for rest calls.
Reactive web server API.
-
Uses of Headers in io.helidon.common.http
Classes in io.helidon.common.http that implement HeadersMethods in io.helidon.common.http with parameters of type Headers -
Uses of Headers in io.helidon.integrations.common.rest
Methods in io.helidon.integrations.common.rest that return HeadersModifier and TypeMethodDescriptionApiResponse.Builder.headers()Received HTTP headers.ApiResponse.headers()HTTP headers returned in the response.ApiRestException.headers()Response HTTP headers.Methods in io.helidon.integrations.common.rest with parameters of type HeadersModifier and TypeMethodDescriptionConfigure the HTTP headers returned by the API call.HTTP headers configured byRestApi.Configure the HTTP headers returned by the API call. -
Uses of Headers in io.helidon.media.common
Methods in io.helidon.media.common that return HeadersMethods in io.helidon.media.common with parameters of type HeadersModifier and TypeMethodDescriptionstatic MessageBodyWriterContextCreate a new empty writer context backed by the specified headers.static MessageBodyWriterContextMessageBodyWriterContext.create(MediaContext mediaContext, MessageBodyContext.EventListener eventListener, Headers headers, List<MediaType> acceptedTypes) Create a new writer context.static MessageBodyWriterContextMessageBodyWriterContext.create(MessageBodyWriterContext parent, Headers headers) Create a new parented writer context backed by the specified headers.static MessageBodyWriterContextMessageBodyWriterContext.create(MessageBodyWriterContext parent, MessageBodyContext.EventListener eventListener, Headers headers, List<MediaType> acceptedTypes) Create a new writer context. -
Uses of Headers in io.helidon.media.multipart
Subinterfaces of Headers in io.helidon.media.multipartClasses in io.helidon.media.multipart that implement HeadersModifier and TypeClassDescriptionfinal classReadable body part headers.final classWriteable body part headers. -
Uses of Headers in io.helidon.webclient
Subinterfaces of Headers in io.helidon.webclientModifier and TypeInterfaceDescriptioninterfaceHeaders that can be modified (until request is sent) for outbound request.interfaceHeaders that may be available on response from server.Methods in io.helidon.webclient with parameters of type HeadersModifier and TypeMethodDescriptionConfigure headers.Method parameters in io.helidon.webclient with type arguments of type HeadersModifier and TypeMethodDescriptionWebClientRequestBuilder.headers(Function<WebClientRequestHeaders, Headers> headers) Function from parameter is executed on top of stored headers. -
Uses of Headers in io.helidon.webserver
Subinterfaces of Headers in io.helidon.webserverModifier and TypeInterfaceDescriptioninterfaceExtendsParametersinterface by adding HTTP request headers oriented convenient methods.interfaceExtendsParametersinterface by adding HTTP response headers oriented constants and convenient methods.