public class OAuthConfig extends Object
Constructor and Description |
---|
OAuthConfig(String key,
String secret) |
OAuthConfig(String apiKey,
String apiSecret,
String callback,
SignatureType signatureType,
String scope,
OutputStream debugStream,
String state,
String responseType,
String userAgent,
Integer connectTimeout,
Integer readTimeout,
com.ning.http.client.AsyncHttpClientConfig ningAsyncHttpClientConfig,
String ningAsyncHttpProviderClassName,
org.asynchttpclient.AsyncHttpClientConfig ahcAsyncHttpClientConfig) |
Modifier and Type | Method and Description |
---|---|
org.asynchttpclient.AsyncHttpClientConfig |
getAhcAsyncHttpClientConfig() |
String |
getApiKey() |
String |
getApiSecret() |
String |
getCallback() |
Integer |
getConnectTimeout() |
com.ning.http.client.AsyncHttpClientConfig |
getNingAsyncHttpClientConfig() |
String |
getNingAsyncHttpProviderClassName() |
Integer |
getReadTimeout() |
String |
getResponseType() |
String |
getScope() |
SignatureType |
getSignatureType() |
String |
getState() |
String |
getUserAgent() |
void |
log(String message) |
public OAuthConfig(String apiKey, String apiSecret, String callback, SignatureType signatureType, String scope, OutputStream debugStream, String state, String responseType, String userAgent, Integer connectTimeout, Integer readTimeout, com.ning.http.client.AsyncHttpClientConfig ningAsyncHttpClientConfig, String ningAsyncHttpProviderClassName, org.asynchttpclient.AsyncHttpClientConfig ahcAsyncHttpClientConfig)
public String getApiKey()
public String getApiSecret()
public String getCallback()
public SignatureType getSignatureType()
public String getScope()
public String getState()
public String getResponseType()
public String getUserAgent()
public void log(String message)
public Integer getConnectTimeout()
public Integer getReadTimeout()
public com.ning.http.client.AsyncHttpClientConfig getNingAsyncHttpClientConfig()
public String getNingAsyncHttpProviderClassName()
public org.asynchttpclient.AsyncHttpClientConfig getAhcAsyncHttpClientConfig()
Copyright © 2016. All rights reserved.