Uses of Interface
io.helidon.common.http.Headers
-
Packages that use Headers Package Description io.helidon.common.http HTTP APIs and implementations usable by both server and client side of the HTTP story.io.helidon.integrations.common.rest Common classes for accessing JSON based REST APIs of third party systems.io.helidon.media.multipart Helidon Media MultiPart.io.helidon.webclient A reactive client for rest calls.io.helidon.webserver Reactive web server API. -
-
Uses of Headers in io.helidon.common.http
Methods in io.helidon.common.http with parameters of type Headers Modifier and Type Method Description static List<Forwarded>
Forwarded. create(Headers headers)
Parse forwarded header(s) from the provided headers. -
Uses of Headers in io.helidon.integrations.common.rest
Methods in io.helidon.integrations.common.rest that return Headers Modifier and Type Method Description Headers
ApiResponse.Builder. headers()
Received HTTP headers.Headers
ApiResponse. headers()
HTTP headers returned in the response.Headers
ApiRestException. headers()
Response HTTP headers.Methods in io.helidon.integrations.common.rest with parameters of type Headers Modifier and Type Method Description B
ApiResponse.Builder. headers(Headers headers)
Configure the HTTP headers returned by the API call.B
ApiRestException.BaseBuilder. headers(Headers headers)
HTTP headers configured byRestApi
.B
ResponseBuilder. headers(Headers headers)
Configure the HTTP headers returned by the API call. -
Uses of Headers in io.helidon.media.multipart
Subinterfaces of Headers in io.helidon.media.multipart Modifier and Type Interface Description interface
BodyPartHeaders
Body part headers.Classes in io.helidon.media.multipart that implement Headers Modifier and Type Class Description class
ReadableBodyPartHeaders
Readable body part headers.class
WriteableBodyPartHeaders
Writeable body part headers. -
Uses of Headers in io.helidon.webclient
Subinterfaces of Headers in io.helidon.webclient Modifier and Type Interface Description interface
WebClientRequestHeaders
Headers that can be modified (until request is sent) for outbound request.interface
WebClientResponseHeaders
Headers that may be available on response from server.Methods in io.helidon.webclient with parameters of type Headers Modifier and Type Method Description WebClientRequestBuilder
WebClientRequestBuilder. headers(Headers headers)
Configure headers.Method parameters in io.helidon.webclient with type arguments of type Headers Modifier and Type Method Description WebClientRequestBuilder
WebClientRequestBuilder. 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.webserver Modifier and Type Interface Description interface
RequestHeaders
ExtendsParameters
interface by adding HTTP request headers oriented convenient methods.interface
ResponseHeaders
ExtendsParameters
interface by adding HTTP response headers oriented constants and convenient methods.
-