Skip navigation links
A B C D N O P R W 

A

addNetworkInterceptor(Interceptor) - Method in class com.azure.core.http.okhttp.OkHttpAsyncHttpClientBuilder
Add a network layer interceptor to Http request pipeline.

B

build() - Method in class com.azure.core.http.okhttp.OkHttpAsyncHttpClientBuilder
Creates a new OkHttp-backed HttpClient instance on every call, using the configuration set in the builder at the time of the build method call.

C

com.azure.core.http.okhttp - package com.azure.core.http.okhttp
Package containing OkHttp HTTP client plugin for azure-core.
configuration(Configuration) - Method in class com.azure.core.http.okhttp.OkHttpAsyncHttpClientBuilder
Sets the configuration store that is used during construction of the HTTP client.
connectionPool(ConnectionPool) - Method in class com.azure.core.http.okhttp.OkHttpAsyncHttpClientBuilder
Sets the Http connection pool.
connectionTimeout(Duration) - Method in class com.azure.core.http.okhttp.OkHttpAsyncHttpClientBuilder
Sets the connection timeout.
createInstance() - Method in class com.azure.core.http.okhttp.OkHttpAsyncClientProvider
 
createInstance(HttpClientOptions) - Method in class com.azure.core.http.okhttp.OkHttpAsyncClientProvider
 

D

dispatcher(Dispatcher) - Method in class com.azure.core.http.okhttp.OkHttpAsyncHttpClientBuilder
Sets the dispatcher that also composes the thread pool for executing HTTP requests.

N

networkInterceptors(List<Interceptor>) - Method in class com.azure.core.http.okhttp.OkHttpAsyncHttpClientBuilder
Add network layer interceptors to Http request pipeline.

O

OkHttpAsyncClientProvider - Class in com.azure.core.http.okhttp
An HttpClientProvider that provides an implementation of HttpClient based on OkHttp.
OkHttpAsyncClientProvider() - Constructor for class com.azure.core.http.okhttp.OkHttpAsyncClientProvider
 
OkHttpAsyncHttpClientBuilder - Class in com.azure.core.http.okhttp
Builder class responsible for creating instances of HttpClient backed by OkHttp.
OkHttpAsyncHttpClientBuilder() - Constructor for class com.azure.core.http.okhttp.OkHttpAsyncHttpClientBuilder
Creates OkHttpAsyncHttpClientBuilder.
OkHttpAsyncHttpClientBuilder(OkHttpClient) - Constructor for class com.azure.core.http.okhttp.OkHttpAsyncHttpClientBuilder
Creates OkHttpAsyncHttpClientBuilder from the builder of an existing OkHttpClient.

P

proxy(ProxyOptions) - Method in class com.azure.core.http.okhttp.OkHttpAsyncHttpClientBuilder
Sets the proxy.

R

readTimeout(Duration) - Method in class com.azure.core.http.okhttp.OkHttpAsyncHttpClientBuilder
Sets the read timeout.

W

writeTimeout(Duration) - Method in class com.azure.core.http.okhttp.OkHttpAsyncHttpClientBuilder
Sets the write timeout.
A B C D N O P R W 
Skip navigation links
Visit the Azure for Java Developerssite for more Java documentation, including quick starts, tutorials, and code samples.

Copyright © 2021 Microsoft Corporation. All rights reserved.