| Package | Description |
|---|---|
| com.github.scribejava.core.builder | |
| com.github.scribejava.core.httpclient | |
| com.github.scribejava.core.httpclient.jdk | |
| com.github.scribejava.core.model |
| Modifier and Type | Method and Description |
|---|---|
ServiceBuilder |
ServiceBuilder.httpClient(HttpClient httpClient)
takes precedence over httpClientConfig
|
| 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() |
| Constructor and Description |
|---|
OAuthConfig(String apiKey,
String apiSecret,
String callback,
OAuth1SignatureType signatureType,
String scope,
OutputStream debugStream,
String state,
String responseType,
String userAgent,
HttpClientConfig httpClientConfig,
HttpClient httpClient)
Deprecated.
use
OAuthConfig.OAuthConfig(java.lang.String, java.lang.String, java.lang.String, java.lang.String,
java.io.OutputStream, java.lang.String, java.lang.String, java.lang.String,
com.github.scribejava.core.httpclient.HttpClientConfig, com.github.scribejava.core.httpclient.HttpClient)
without OAuth1SignatureType param. to change OAuth1SignatureType override or change in Pull Request DefaultApi10a.getSignatureType() |
OAuthConfig(String apiKey,
String apiSecret,
String callback,
String scope,
OutputStream debugStream,
String state,
String responseType,
String userAgent,
HttpClientConfig httpClientConfig,
HttpClient httpClient) |
Copyright © 2017. All rights reserved.