Uses of Class
com.azure.core.http.jdk.httpclient.JdkHttpClientBuilder
-
Uses of JdkHttpClientBuilder in com.azure.core.http.jdk.httpclient
Methods in com.azure.core.http.jdk.httpclient that return JdkHttpClientBuilderModifier and TypeMethodDescriptionJdkHttpClientBuilder.configuration(Configuration configuration) Sets the configuration store that is used during construction of the HTTP client.JdkHttpClientBuilder.connectionTimeout(Duration connectionTimeout) Sets the connection timeout.Sets the executor to be used for asynchronous and dependent tasks.JdkHttpClientBuilder.proxy(ProxyOptions proxyOptions) Sets the proxy.JdkHttpClientBuilder.readTimeout(Duration readTimeout) Sets the read timeout duration used when reading the server response.JdkHttpClientBuilder.responseTimeout(Duration responseTimeout) Sets the response timeout duration used when waiting for a server to reply.JdkHttpClientBuilder.writeTimeout(Duration writeTimeout) Sets the writing timeout for a request to be sent.