-
Methods in com.github.scribejava.core.httpclient with parameters of type OAuthRequest.ResponseConverter
| Modifier and Type |
Method |
Description |
<T> java.util.concurrent.Future<T> |
HttpClient.executeAsync(java.lang.String userAgent,
java.util.Map<java.lang.String,java.lang.String> headers,
Verb httpVerb,
java.lang.String completeUrl,
byte[] bodyContents,
OAuthAsyncRequestCallback<T> callback,
OAuthRequest.ResponseConverter<T> converter) |
|
<T> java.util.concurrent.Future<T> |
HttpClient.executeAsync(java.lang.String userAgent,
java.util.Map<java.lang.String,java.lang.String> headers,
Verb httpVerb,
java.lang.String completeUrl,
MultipartPayload bodyContents,
OAuthAsyncRequestCallback<T> callback,
OAuthRequest.ResponseConverter<T> converter) |
|
<T> java.util.concurrent.Future<T> |
HttpClient.executeAsync(java.lang.String userAgent,
java.util.Map<java.lang.String,java.lang.String> headers,
Verb httpVerb,
java.lang.String completeUrl,
java.io.File bodyContents,
OAuthAsyncRequestCallback<T> callback,
OAuthRequest.ResponseConverter<T> converter) |
|
<T> java.util.concurrent.Future<T> |
HttpClient.executeAsync(java.lang.String userAgent,
java.util.Map<java.lang.String,java.lang.String> headers,
Verb httpVerb,
java.lang.String completeUrl,
java.lang.String bodyContents,
OAuthAsyncRequestCallback<T> callback,
OAuthRequest.ResponseConverter<T> converter) |
|
-
Methods in com.github.scribejava.core.httpclient.jdk with parameters of type OAuthRequest.ResponseConverter
| Modifier and Type |
Method |
Description |
<T> java.util.concurrent.Future<T> |
JDKHttpClient.executeAsync(java.lang.String userAgent,
java.util.Map<java.lang.String,java.lang.String> headers,
Verb httpVerb,
java.lang.String completeUrl,
byte[] bodyContents,
OAuthAsyncRequestCallback<T> callback,
OAuthRequest.ResponseConverter<T> converter) |
|
<T> java.util.concurrent.Future<T> |
JDKHttpClient.executeAsync(java.lang.String userAgent,
java.util.Map<java.lang.String,java.lang.String> headers,
Verb httpVerb,
java.lang.String completeUrl,
MultipartPayload bodyContents,
OAuthAsyncRequestCallback<T> callback,
OAuthRequest.ResponseConverter<T> converter) |
|
<T> java.util.concurrent.Future<T> |
JDKHttpClient.executeAsync(java.lang.String userAgent,
java.util.Map<java.lang.String,java.lang.String> headers,
Verb httpVerb,
java.lang.String completeUrl,
java.io.File bodyContents,
OAuthAsyncRequestCallback<T> callback,
OAuthRequest.ResponseConverter<T> converter) |
|
<T> java.util.concurrent.Future<T> |
JDKHttpClient.executeAsync(java.lang.String userAgent,
java.util.Map<java.lang.String,java.lang.String> headers,
Verb httpVerb,
java.lang.String completeUrl,
java.lang.String bodyContents,
OAuthAsyncRequestCallback<T> callback,
OAuthRequest.ResponseConverter<T> converter) |
|
-