Uses of Interface
io.helidon.webclient.api.WebClientServiceResponse
Packages that use WebClientServiceResponse
Package
Description
Helidon WebClient APIs shared by all types of clients.
Helidon WebClient Metrics Support.
Helidon WebClient Security Support.
Helidon WebClient SPI.
Helidon WebClient Tracing Support.
-
Uses of WebClientServiceResponse in io.helidon.webclient.api
Classes in io.helidon.webclient.api with type parameters of type WebClientServiceResponseModifier and TypeClassDescriptionstatic class
WebClientServiceResponse.BuilderBase<BUILDER extends WebClientServiceResponse.BuilderBase<BUILDER,
PROTOTYPE>, PROTOTYPE extends WebClientServiceResponse> Fluent API builder base forWebClientServiceResponse
.Classes in io.helidon.webclient.api that implement WebClientServiceResponseModifier and TypeClassDescriptionprotected static class
Generated implementation of the prototype, can be extended by descendant prototype implementations.Methods in io.helidon.webclient.api that return WebClientServiceResponseModifier and TypeMethodDescriptionWebClientServiceResponse.Builder.build()
WebClientServiceResponse.Builder.buildPrototype()
static WebClientServiceResponse
WebClientServiceResponse.create()
Create a new instance with default values.protected WebClientServiceResponse
ClientRequestBase.invokeServices
(WebClientService.Chain httpCallChain, CompletableFuture<WebClientServiceRequest> whenSent, CompletableFuture<WebClientServiceResponse> whenComplete, ClientUri usedUri) Invoke configured client services.Methods in io.helidon.webclient.api that return types with arguments of type WebClientServiceResponseModifier and TypeMethodDescriptionWebClientServiceRequest.whenComplete()
Completes when the full processing of this request is done (e.g.WebClientServiceResponse.BuilderBase.WebClientServiceResponseImpl.whenComplete()
WebClientServiceResponse.BuilderBase.whenComplete()
Completable future to be completed by the client response when the entity is fully read.Methods in io.helidon.webclient.api with parameters of type WebClientServiceResponseModifier and TypeMethodDescriptionWebClientServiceResponse.builder
(WebClientServiceResponse instance) Create a new fluent API builder from an existing instance.WebClientServiceResponse.BuilderBase.from
(WebClientServiceResponse prototype) Update this builder from an existing prototype instance.Method parameters in io.helidon.webclient.api with type arguments of type WebClientServiceResponseModifier and TypeMethodDescriptionWebClientServiceResponse.BuilderBase.whenComplete
(CompletableFuture<WebClientServiceResponse> whenComplete) Completable future to be completed by the client response when the entity is fully read. -
Uses of WebClientServiceResponse in io.helidon.webclient.metrics
Methods in io.helidon.webclient.metrics that return WebClientServiceResponseModifier and TypeMethodDescriptionWebClientMeter.handle
(WebClientService.Chain chain, WebClientServiceRequest request) WebClientMetrics.handle
(WebClientService.Chain chain, WebClientServiceRequest request) -
Uses of WebClientServiceResponse in io.helidon.webclient.security
Methods in io.helidon.webclient.security that return WebClientServiceResponseModifier and TypeMethodDescriptionWebClientSecurity.handle
(WebClientService.Chain chain, WebClientServiceRequest request) -
Uses of WebClientServiceResponse in io.helidon.webclient.spi
Methods in io.helidon.webclient.spi that return WebClientServiceResponseModifier and TypeMethodDescriptionWebClientService.handle
(WebClientService.Chain chain, WebClientServiceRequest clientRequest) Invoke a service, callWebClientService.Chain.proceed(io.helidon.webclient.api.WebClientServiceRequest)
to call the next service in the chain.WebClientService.Chain.proceed
(WebClientServiceRequest clientRequest) Proceed with invocation of the next service, or the HTTP call. -
Uses of WebClientServiceResponse in io.helidon.webclient.tracing
Methods in io.helidon.webclient.tracing that return WebClientServiceResponseModifier and TypeMethodDescriptionWebClientTracing.handle
(WebClientService.Chain chain, WebClientServiceRequest request)