Uses of Interface
io.helidon.webclient.WebClientServiceRequest
Packages that use WebClientServiceRequest
Package
Description
A reactive client for rest calls.
This package provides extensibility for the
WebClient.-
Uses of WebClientServiceRequest in io.helidon.webclient
Methods in io.helidon.webclient that return types with arguments of type WebClientServiceRequestModifier and TypeMethodDescriptionio.helidon.common.reactive.Single<WebClientServiceRequest>WebClientServiceRequest.whenSent()Completes when the request part of this request is done (e.g. -
Uses of WebClientServiceRequest in io.helidon.webclient.spi
Methods in io.helidon.webclient.spi that return types with arguments of type WebClientServiceRequestModifier and TypeMethodDescriptionio.helidon.common.reactive.Single<WebClientServiceRequest>WebClientService.request(WebClientServiceRequest request) Method which is called before send actual request.Methods in io.helidon.webclient.spi with parameters of type WebClientServiceRequestModifier and TypeMethodDescriptionio.helidon.common.reactive.Single<WebClientServiceRequest>WebClientService.request(WebClientServiceRequest request) Method which is called before send actual request.