Uses of Interface
io.helidon.webclient.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
Modifier 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
Modifier and TypeMethodDescriptionWebClientMetrics.response
(WebClientRequestBuilder.ClientRequest request, WebClientServiceResponse response) Modifier and TypeMethodDescriptionWebClientMetrics.response
(WebClientRequestBuilder.ClientRequest request, WebClientServiceResponse response) -
Uses of WebClientServiceResponse in io.helidon.webclient.spi
Modifier and TypeMethodDescriptiondefault Single<WebClientServiceResponse>
WebClientService.response
(WebClientRequestBuilder.ClientRequest request, WebClientServiceResponse response) Method which is called when the last byte of the response is processed.Modifier and TypeMethodDescriptiondefault Single<WebClientServiceResponse>
WebClientService.response
(WebClientRequestBuilder.ClientRequest request, WebClientServiceResponse response) Method which is called when the last byte of the response is processed.