Uses of Interface
io.helidon.webclient.WebClientResponse
Packages that use WebClientResponse
-
Uses of WebClientResponse in io.helidon.webclient
Methods in io.helidon.webclient that return types with arguments of type WebClientResponseModifier and TypeMethodDescriptionio.helidon.common.reactive.Single<WebClientResponse>WebClientRequestBuilder.request()Performs prepared request without expecting to receive any specific type.WebClientException.response()WebClientResponsethat caused this exception if caused by response from server.io.helidon.common.reactive.Single<WebClientResponse>WebClientRequestBuilder.submit()Performs prepared request.io.helidon.common.reactive.Single<WebClientResponse>Performs prepared request and submitting request entity.io.helidon.common.reactive.Single<WebClientResponse>WebClientRequestBuilder.submit(Flow.Publisher<DataChunk> requestEntity) Performs prepared request and submitting request entity usingFlow.Publisher.io.helidon.common.reactive.Single<WebClientResponse>WebClientRequestBuilder.submit(Function<MessageBodyWriterContext, Flow.Publisher<DataChunk>> function) Performs prepared request and submitting request entity using a marshalling function.