Uses of Interface
io.helidon.webclient.api.HttpClientResponse
Packages that use HttpClientResponse
Package
Description
Helidon WebClient APIs shared by all types of clients.
Helidon WebClient HTTP/1.1 Support.
Helidon WebClient HTTP/2 Support.
Helidon WebClient JSON-RPC Support.
Helidon WebClient SPI.
Helidon WebClient SSE Support.
-
Uses of HttpClientResponse in io.helidon.webclient.api
Classes in io.helidon.webclient.api with type parameters of type HttpClientResponseModifier and TypeClassDescriptionclassClientRequestBase<T extends ClientRequest<T>, R extends HttpClientResponse>Abstract base implementation of an HTTP client.Subclasses with type arguments of type HttpClientResponse in io.helidon.webclient.apiModifier and TypeClassDescriptionclassClient request of any client that support HTTP protocol.Methods in io.helidon.webclient.api that return HttpClientResponseModifier and TypeMethodDescriptionprotected HttpClientResponseHttpClientRequest.doOutputStream(ClientRequest.OutputStreamHandler outputStreamConsumer) protected HttpClientResponseClientRequest.outputStream(ClientRequest.OutputStreamHandler outputStreamConsumer) Handle output stream and submit the request.default HttpClientResponseClientRequest.request()Request without an entity.Submit an entity.Methods in io.helidon.webclient.api with parameters of type HttpClientResponseModifier and TypeMethodDescriptionvoidRestClient.ErrorHandling.handle(String uri, ClientRequestHeaders requestHeaders, HttpClientResponse response) Handle untyped client response.Optional<? extends RuntimeException> RestClient.ErrorHandler.handleError(String requestUri, ClientRequestHeaders requestHeaders, HttpClientResponse response) Handle a response. -
Uses of HttpClientResponse in io.helidon.webclient.http1
Subinterfaces of HttpClientResponse in io.helidon.webclient.http1Methods in io.helidon.webclient.http1 that return HttpClientResponseModifier and TypeMethodDescriptionUpgradeResponse.response()The HTTP response we got from the server, always present.Methods in io.helidon.webclient.http1 with parameters of type HttpClientResponseModifier and TypeMethodDescriptionstatic UpgradeResponseUpgradeResponse.failure(HttpClientResponse response) Create an upgrade failure response.static UpgradeResponseUpgradeResponse.success(HttpClientResponse response, ClientConnection connection) Create an upgrade success response. -
Uses of HttpClientResponse in io.helidon.webclient.http2
Subinterfaces of HttpClientResponse in io.helidon.webclient.http2 -
Uses of HttpClientResponse in io.helidon.webclient.jsonrpc
Subinterfaces of HttpClientResponse in io.helidon.webclient.jsonrpcModifier and TypeInterfaceDescriptioninterfaceA representation for a JSON-RPC batch response.interfaceA representation of a JSON-RPC client response. -
Uses of HttpClientResponse in io.helidon.webclient.spi
Methods in io.helidon.webclient.spi with parameters of type HttpClientResponseModifier and TypeMethodDescriptionSourceHandlerProvider.handle(X source, HttpClientResponse response, MediaContext mediaContext) Handles a source.booleanSourceHandlerProvider.supports(GenericType<? extends Source<?>> type, HttpClientResponse response) Checks if a provider supports the type. -
Uses of HttpClientResponse in io.helidon.webclient.sse
Methods in io.helidon.webclient.sse with parameters of type HttpClientResponseModifier and TypeMethodDescriptionSseSourceHandlerProvider.handle(X source, HttpClientResponse response, MediaContext mediaContext) booleanSseSourceHandlerProvider.supports(GenericType<? extends Source<?>> type, HttpClientResponse response)