Index
All Classes and Interfaces|All Packages
A
- Adding the package to your product - Search tag in Overview
- Section
- Azure Core JDK HTTP plugin library for Java - Search tag in Overview
- Section
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.
- Contributing - Search tag in Overview
- Section
- Create a Client with Proxy - Search tag in Overview
- Section
- Create a Simple Client - Search tag in Overview
- Section
- createInstance() - Method in class com.azure.core.http.jdk.httpclient.JdkHttpClientProvider
- createInstance(HttpClientOptions) - Method in class com.azure.core.http.jdk.httpclient.JdkHttpClientProvider
E
- Enabling Logging - Search tag in Overview
- Section
- Examples - Search tag in Overview
- Section
- executor(Executor) - Method in class com.azure.core.http.jdk.httpclient.JdkHttpClientBuilder
-
Sets the executor to be used for asynchronous and dependent tasks.
G
- Getting started - Search tag in Overview
- Section
J
- JdkHttpClientBuilder - Class in com.azure.core.http.jdk.httpclient
-
Builder to configure and build an instance of the azure-core
HttpClienttype 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
HttpClientProviderthat 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.
K
- Key concepts - Search tag in Overview
- Section
N
- Next steps - Search tag in Overview
- Section
P
- Prerequisites - Search tag in Overview
- Section
- 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.
T
- Troubleshooting - Search tag in Overview
- Section
W
- writeTimeout(Duration) - Method in class com.azure.core.http.jdk.httpclient.JdkHttpClientBuilder
-
Sets the writing timeout for a request to be sent.
All Classes and Interfaces|All Packages