Uses of Interface
io.helidon.http.ClientResponseHeaders
Packages that use ClientResponseHeaders
Package
Description
Testing support for HTTP.
HTTP APIs and implementations usable by both server and client side of the HTTP story.
Helidon WebClient APIs shared by all types of clients.
- 
Uses of ClientResponseHeaders in io.helidon.common.testing.http.junit5Methods in io.helidon.common.testing.http.junit5 that return ClientResponseHeadersModifier and TypeMethodDescriptionstatic ClientResponseHeadersSocketHttpClient.headersFromResponse(String response) Find headers in response and parse them.
- 
Uses of ClientResponseHeaders in io.helidon.httpSubinterfaces of ClientResponseHeaders in io.helidon.httpModifier and TypeInterfaceDescriptioninterfaceMutable headers of a server response.Methods in io.helidon.http that return ClientResponseHeadersModifier and TypeMethodDescriptionstatic ClientResponseHeadersCreate a new instance from headers parsed from client response.static ClientResponseHeadersClientResponseHeaders.create(Headers responseHeaders, ParserMode parserMode) Create a new instance from headers parsed from client response.
- 
Uses of ClientResponseHeaders in io.helidon.webclient.apiMethods in io.helidon.webclient.api that return ClientResponseHeadersModifier and TypeMethodDescriptionWebClientServiceResponse.BuilderBase.WebClientServiceResponseImpl.headers()WebClientServiceResponse.headers()Received response headers.Methods in io.helidon.webclient.api that return types with arguments of type ClientResponseHeadersModifier and TypeMethodDescriptionWebClientServiceResponse.BuilderBase.headers()Received response headers.Methods in io.helidon.webclient.api with parameters of type ClientResponseHeadersModifier and TypeMethodDescriptionstatic ClientResponseEntityClientResponseEntity.create(Function<Integer, BufferData> readEntityFunction, Runnable entityProcessedRunnable, ClientRequestHeaders requestHeaders, ClientResponseHeaders responseHeaders, MediaContext mediaContext) Create a new client response entity.default booleanRestClient.ErrorHandler.handles(String requestUri, ClientRequestHeaders requestHeaders, Status status, ClientResponseHeaders headers) By default, we expect error handlers to handle exceptional responses.WebClientServiceResponse.BuilderBase.headers(ClientResponseHeaders headers) Received response headers.voidWebClientCookieManager.response(ClientUri uri, ClientResponseHeaders headers) Store cookies from response headers.