| 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.httpClientConfig(HttpClient.Config httpClientConfig) |
| Modifier and Type | Method and Description |
|---|---|
HttpClient |
HttpClientProvider.createClient(HttpClient.Config httpClientConfig) |
| Modifier and Type | Method and Description |
|---|---|
HttpClient.Config |
OAuthConfig.getHttpClientConfig() |
| 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,
HttpClient.Config httpClientConfig,
HttpClient httpClient) |
Copyright © 2016. All rights reserved.