Uses of Interface
io.helidon.webclient.WebClientServiceResponse
Packages that use WebClientServiceResponse
Package
Description
A reactive client for rest calls.
Client metrics service.
This package provides extensibility for the
WebClient
.-
Uses of WebClientServiceResponse in io.helidon.webclient
Methods in io.helidon.webclient that return types with arguments of type WebClientServiceResponseModifier and TypeMethodDescriptionWebClientServiceRequest.whenComplete()
Completes when the full processing of this request is done (e.g.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 WebClientServiceResponseModifier and TypeMethodDescriptionWebClientMetrics.response
(WebClientRequestBuilder.ClientRequest request, WebClientServiceResponse response) Methods in io.helidon.webclient.metrics with parameters of type WebClientServiceResponseModifier and TypeMethodDescriptionWebClientMetrics.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 WebClientServiceResponseModifier and TypeMethodDescriptiondefault 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 WebClientServiceResponseModifier and TypeMethodDescriptiondefault Single<WebClientServiceResponse>
WebClientService.response
(WebClientRequestBuilder.ClientRequest request, WebClientServiceResponse response) Method which is called when the last byte of the response is processed.