public class OAuthConfigAsync extends OAuthConfig
Constructor and Description |
---|
OAuthConfigAsync(String key,
String secret) |
OAuthConfigAsync(String key,
String secret,
String callback,
SignatureType type,
String scope,
String grantType,
String state,
String responseType,
OutputStream stream,
com.ning.http.client.AsyncHttpClientConfig asyncHttpClientConfig) |
Modifier and Type | Method and Description |
---|---|
com.ning.http.client.AsyncHttpClientConfig |
getAsyncHttpClientConfig() |
String |
getAsyncHttpProviderClassName() |
void |
setAsyncHttpProviderClassName(String asyncHttpProviderClassName) |
getApiKey, getApiSecret, getCallback, getConnectTimeout, getGrantType, getReadTimeout, getResponseType, getScope, getSignatureType, getState, hasGrantType, hasScope, log
public OAuthConfigAsync(String key, String secret, String callback, SignatureType type, String scope, String grantType, String state, String responseType, OutputStream stream, com.ning.http.client.AsyncHttpClientConfig asyncHttpClientConfig)
Copyright © 2016. All rights reserved.