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 SPI.
-
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.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. -
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, io.helidon.http.media.MediaContext mediaContext) Handles a source.booleanSourceHandlerProvider.supports(io.helidon.common.GenericType<? extends Source<?>> type, HttpClientResponse response) Checks if a provider supports the type.