JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
A
B
C
D
N
O
P
R
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
Build a HttpClient with current configurations.
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.
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
OkHttpAsyncHttpClientBuilder
- Class in
com.azure.core.http.okhttp
Builder to configure and build an implementation of
HttpClient
for 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.
A
B
C
D
N
O
P
R
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Visit the
Azure for Java Developers
site for more Java documentation, including quick starts, tutorials, and code samples.
Prev
Next
Frames
No Frames
All Classes
Copyright © 2020
Microsoft Corporation
. All rights reserved.