Uses of Class
com.azure.core.http.jdk.httpclient.JdkHttpClientBuilder
Packages that use JdkHttpClientBuilder
Package
Description
Package containing an HTTP client for azure-core using the JDK HttpClient APIs.
-
Uses of JdkHttpClientBuilder in com.azure.core.http.jdk.httpclient
Methods in com.azure.core.http.jdk.httpclient that return JdkHttpClientBuilderModifier and TypeMethodDescriptionJdkHttpClientBuilder.configuration(com.azure.core.util.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(com.azure.core.http.ProxyOptions proxyOptions) Sets the proxy.