Uses of Interface
io.helidon.webclient.WebClientServiceResponse
-
Packages that use WebClientServiceResponse Package Description io.helidon.webclient A reactive client for rest calls.io.helidon.webclient.metrics Client metrics service.io.helidon.webclient.spi This package provides extensibility for theWebClient
. -
-
Uses of WebClientServiceResponse in io.helidon.webclient
Methods in io.helidon.webclient that return types with arguments of type WebClientServiceResponse Modifier and Type Method Description Single<WebClientServiceResponse>
WebClientServiceRequest. whenComplete()
Completes when the full processing of this request is done (e.g.Single<WebClientServiceResponse>
WebClientServiceRequest. whenResponseReceived()
Completes when the response headers has been received, but entity has not been processed yet. -
Uses of WebClientServiceResponse in io.helidon.webclient.metrics
Methods in io.helidon.webclient.metrics that return types with arguments of type WebClientServiceResponse Modifier and Type Method Description Single<WebClientServiceResponse>
WebClientMetrics. response(WebClientRequestBuilder.ClientRequest request, WebClientServiceResponse response)
Methods in io.helidon.webclient.metrics with parameters of type WebClientServiceResponse Modifier and Type Method Description Single<WebClientServiceResponse>
WebClientMetrics. response(WebClientRequestBuilder.ClientRequest request, WebClientServiceResponse response)
-
Uses of WebClientServiceResponse in io.helidon.webclient.spi
Methods in io.helidon.webclient.spi that return types with arguments of type WebClientServiceResponse Modifier and Type Method Description default Single<WebClientServiceResponse>
WebClientService. response(WebClientRequestBuilder.ClientRequest request, WebClientServiceResponse response)
Method which is called when the last byte of the response is processed.Methods in io.helidon.webclient.spi with parameters of type WebClientServiceResponse Modifier and Type Method Description default Single<WebClientServiceResponse>
WebClientService. response(WebClientRequestBuilder.ClientRequest request, WebClientServiceResponse response)
Method which is called when the last byte of the response is processed.
-