Index

B C E J P R W 
All Classes and Interfaces|All Packages

B

build() - Method in class com.azure.core.http.jdk.httpclient.JdkHttpClientBuilder
Build a HttpClient with current configurations.

C

com.azure.core.http.jdk.httpclient - package com.azure.core.http.jdk.httpclient
Package containing an HTTP client for azure-core using the JDK HttpClient APIs.
configuration(Configuration) - Method in class com.azure.core.http.jdk.httpclient.JdkHttpClientBuilder
Sets the configuration store that is used during construction of the HTTP client.
connectionTimeout(Duration) - Method in class com.azure.core.http.jdk.httpclient.JdkHttpClientBuilder
Sets the connection timeout.
createInstance() - Method in class com.azure.core.http.jdk.httpclient.JdkHttpClientProvider
 
createInstance(HttpClientOptions) - Method in class com.azure.core.http.jdk.httpclient.JdkHttpClientProvider
 

E

executor(Executor) - Method in class com.azure.core.http.jdk.httpclient.JdkHttpClientBuilder
Sets the executor to be used for asynchronous and dependent tasks.

J

JdkHttpClientBuilder - Class in com.azure.core.http.jdk.httpclient
Builder to configure and build an instance of the azure-core HttpClient type using the JDK HttpClient APIs, first introduced as preview in JDK 9, but made generally available from JDK 11 onwards.
JdkHttpClientBuilder() - Constructor for class com.azure.core.http.jdk.httpclient.JdkHttpClientBuilder
Creates JdkHttpClientBuilder.
JdkHttpClientBuilder(HttpClient.Builder) - Constructor for class com.azure.core.http.jdk.httpclient.JdkHttpClientBuilder
Creates JdkHttpClientBuilder from the builder of an existing HttpClient.Builder.
JdkHttpClientProvider - Class in com.azure.core.http.jdk.httpclient
An HttpClientProvider that provides an implementation of HttpClient based on native JDK HttpClient.
JdkHttpClientProvider() - Constructor for class com.azure.core.http.jdk.httpclient.JdkHttpClientProvider
For testing purpose only, assigning 'AZURE_ENABLE_HTTP_CLIENT_SHARING' to 'enableHttpClientSharing' for 'final' modifier.

P

proxy(ProxyOptions) - Method in class com.azure.core.http.jdk.httpclient.JdkHttpClientBuilder
Sets the proxy.

R

readTimeout(Duration) - Method in class com.azure.core.http.jdk.httpclient.JdkHttpClientBuilder
Sets the read timeout duration used when reading the server response.
responseTimeout(Duration) - Method in class com.azure.core.http.jdk.httpclient.JdkHttpClientBuilder
Sets the response timeout duration used when waiting for a server to reply.

W

writeTimeout(Duration) - Method in class com.azure.core.http.jdk.httpclient.JdkHttpClientBuilder
Sets the writing timeout for a request to be sent.
B C E J P R W 
All Classes and Interfaces|All Packages