| Modifier and Type | Method and Description |
|---|---|
ServiceBuilder |
ServiceBuilder.httpClient(HttpClient httpClient)
takes precedence over httpClientConfig
|
| Modifier and Type | Method and Description |
|---|---|
OAuth20Service |
DefaultApi20.createService(String apiKey,
String apiSecret,
String callback,
String scope,
OutputStream debugStream,
String state,
String responseType,
String userAgent,
HttpClientConfig httpClientConfig,
HttpClient httpClient) |
T |
BaseApi.createService(String apiKey,
String apiSecret,
String callback,
String scope,
OutputStream debugStream,
String state,
String responseType,
String userAgent,
HttpClientConfig httpClientConfig,
HttpClient httpClient) |
OAuth10aService |
DefaultApi10a.createService(String apiKey,
String apiSecret,
String callback,
String scope,
OutputStream debugStream,
String state,
String responseType,
String userAgent,
HttpClientConfig httpClientConfig,
HttpClient httpClient) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractAsyncOnlyHttpClient |
| Modifier and Type | Method and Description |
|---|---|
HttpClient |
HttpClientProvider.createClient(HttpClientConfig httpClientConfig) |
| Modifier and Type | Class and Description |
|---|---|
class |
JDKHttpClient |
| Modifier and Type | Method and Description |
|---|---|
HttpClient |
JDKHttpProvider.createClient(HttpClientConfig config) |
| Modifier and Type | Method and Description |
|---|---|
HttpClient |
OAuthConfig.getHttpClient()
Deprecated.
|
| Constructor and Description |
|---|
OAuthConfig(String apiKey,
String apiSecret,
String callback,
String scope,
OutputStream debugStream,
String state,
String responseType,
String userAgent,
HttpClientConfig httpClientConfig,
HttpClient httpClient)
Deprecated.
|
| Constructor and Description |
|---|
OAuth10aService(DefaultApi10a api,
String apiKey,
String apiSecret,
String callback,
String scope,
OutputStream debugStream,
String state,
String responseType,
String userAgent,
HttpClientConfig httpClientConfig,
HttpClient httpClient) |
OAuth20Service(DefaultApi20 api,
String apiKey,
String apiSecret,
String callback,
String scope,
OutputStream debugStream,
String state,
String responseType,
String userAgent,
HttpClientConfig httpClientConfig,
HttpClient httpClient) |
OAuthService(String apiKey,
String apiSecret,
String callback,
String scope,
OutputStream debugStream,
String state,
String responseType,
String userAgent,
HttpClientConfig httpClientConfig,
HttpClient httpClient) |
Copyright © 2018. All rights reserved.