| Modifier and Type | Method and Description |
|---|---|
OkHttpAsyncHttpClientBuilder |
OkHttpAsyncHttpClientBuilder.addNetworkInterceptor(okhttp3.Interceptor networkInterceptor)
Add a network layer interceptor to Http request pipeline.
|
OkHttpAsyncHttpClientBuilder |
OkHttpAsyncHttpClientBuilder.configuration(Configuration configuration)
Sets the configuration store that is used during construction of the HTTP client.
|
OkHttpAsyncHttpClientBuilder |
OkHttpAsyncHttpClientBuilder.connectionPool(okhttp3.ConnectionPool connectionPool)
Sets the Http connection pool.
|
OkHttpAsyncHttpClientBuilder |
OkHttpAsyncHttpClientBuilder.connectionTimeout(Duration connectionTimeout)
Sets the connection timeout.
|
OkHttpAsyncHttpClientBuilder |
OkHttpAsyncHttpClientBuilder.dispatcher(okhttp3.Dispatcher dispatcher)
Sets the dispatcher that also composes the thread pool for executing HTTP requests.
|
OkHttpAsyncHttpClientBuilder |
OkHttpAsyncHttpClientBuilder.networkInterceptors(List<okhttp3.Interceptor> networkInterceptors)
Add network layer interceptors to Http request pipeline.
|
OkHttpAsyncHttpClientBuilder |
OkHttpAsyncHttpClientBuilder.proxy(ProxyOptions proxyOptions)
Sets the proxy.
|
OkHttpAsyncHttpClientBuilder |
OkHttpAsyncHttpClientBuilder.readTimeout(Duration readTimeout)
Sets the read timeout.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.