Uses of Interface
io.helidon.webclient.WebClientRequestBuilder
Packages that use WebClientRequestBuilder
-
Uses of WebClientRequestBuilder in io.helidon.webclient
Methods in io.helidon.webclient that return WebClientRequestBuilderModifier and TypeMethodDescriptionMedia types which are accepted in the response.default WebClientRequestBuilderAdds header values for a specified name.default WebClientRequestBuilderAdds header values for a specified name.default WebClientRequestBuilderWebClientRequestBuilder.addHeaders(Parameters parameters) Copies all of the mappings from the specifiedparametersto this response headers instance.WebClientRequestBuilder.allowChunkedEncoding(boolean allowChunkedEncoding) Whether chunkedHttp.Header.TRANSFER_ENCODINGshould be added to the headers if the entity is chunked.WebClientRequestBuilder.connectTimeout(long amount, TimeUnit unit) Sets new connection timeout for this request.WebClientRequestBuilder.contentType(MediaType contentType) Content type of the request.Explicitly configure a context to use.WebClient.delete()Create a request builder for a delete method.WebClientRequestBuilder.followRedirects(boolean followRedirects) Sets if redirects should be followed at this request or not.Fragment of the request.WebClient.get()Create a request builder for a get method.WebClient.head()Create a request builder for a head method.Configure headers.WebClientRequestBuilder.headers(Function<WebClientRequestHeaders, Headers> headers) Function from parameter is executed on top of stored headers.WebClientRequestBuilder.httpVersion(Http.Version httpVersion) Sets http version.WebClientRequestBuilder.keepAlive(boolean keepAlive) Whether connection should be kept alive after request.WebClient.method(Http.RequestMethod method) Create a request builder for a method based on method parameter.Create a request builder for a method based on method parameter.WebClient.options()Create a request builder for a options method.WebClientRequestBuilder.path(HttpRequest.Path path) Path of the request.Path of the request.WebClient.post()Create a request builder for a post method.Add a property to be used by aWebClientService.Override client proxy configuration.WebClient.put()Create a request builder for a put method.WebClientRequestBuilder.queryParam(String name, String... values) Add a query parameter.WebClientRequestBuilder.queryParams(Parameters queryParams) Configure query parameters.WebClientRequestBuilder.readTimeout(long amount, TimeUnit unit) Sets new read timeout for this request.WebClientRequestBuilder.requestId(long requestId) Set new request id.WebClientRequestBuilder.skipUriEncoding()Disables final uri encoding.WebClient.trace()Create a request builder for a trace method.String representation of request uri.RequestURI.RequestURL.