| Package | Description |
|---|---|
| com.github.scribejava.core.builder | |
| com.github.scribejava.core.httpclient | |
| com.github.scribejava.core.model |
| Modifier and Type | Method and Description |
|---|---|
ServiceBuilder |
ServiceBuilder.httpClient(HttpClient httpClient)
takes precedence over httpClientConfig
|
| Modifier and Type | Method and Description |
|---|---|
HttpClient |
HttpClientProvider.createClient(HttpClientConfig httpClientConfig) |
| Modifier and Type | Method and Description |
|---|---|
HttpClient |
OAuthConfig.getHttpClient() |
| Constructor and Description |
|---|
OAuthConfig(String apiKey,
String apiSecret,
String callback,
SignatureType signatureType,
String scope,
OutputStream debugStream,
String state,
String responseType,
String userAgent,
Integer connectTimeout,
Integer readTimeout,
HttpClientConfig httpClientConfig,
HttpClient httpClient) |
Copyright © 2016. All rights reserved.