Uses of Interface
io.helidon.common.http.ClientResponseHeaders
Packages that use ClientResponseHeaders
Package
Description
HTTP APIs and implementations usable by both server and client side of the HTTP story.
Testing support for HTTP.
WebClient APIs shared by all types of clients.
A reactive client for rest calls.
Reactive web server API.
-
Uses of ClientResponseHeaders in io.helidon.common.http
Subinterfaces of ClientResponseHeaders in io.helidon.common.httpModifier and TypeInterfaceDescriptioninterfaceMutable headers of a server response.Methods in io.helidon.common.http that return ClientResponseHeadersModifier and TypeMethodDescriptionstatic ClientResponseHeadersCreate a new instance from headers parsed from client response. -
Uses of ClientResponseHeaders in io.helidon.common.testing.http.junit5
Methods 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.nima.webclient
Methods in io.helidon.nima.webclient with parameters of type ClientResponseHeadersModifier and TypeMethodDescriptionstatic ClientResponseEntityClientResponseEntity.create(ContentDecoder decoder, Function<Integer, BufferData> readEntityFunction, Runnable entityProcessedRunnable, ClientRequestHeaders requestHeaders, ClientResponseHeaders responseHeaders, MediaContext mediaContext) Create a new client response entity. -
Uses of ClientResponseHeaders in io.helidon.reactive.webclient
Subinterfaces of ClientResponseHeaders in io.helidon.reactive.webclientModifier and TypeInterfaceDescriptioninterfaceHeaders that may be available on response from server. -
Uses of ClientResponseHeaders in io.helidon.reactive.webserver
Subinterfaces of ClientResponseHeaders in io.helidon.reactive.webserverModifier and TypeInterfaceDescriptioninterfaceExtendsServerResponseHeadersinterface by adding HTTP response headers oriented constants and convenient methods.