| Package | Description |
|---|---|
| com.github.scribejava.core.httpclient | |
| com.github.scribejava.core.model | |
| com.github.scribejava.core.oauth |
| Modifier and Type | Method and Description |
|---|---|
<T> Future<T> |
HttpClient.executeAsync(String userAgent,
Map<String,String> headers,
Verb httpVerb,
String completeUrl,
byte[] bodyContents,
OAuthAsyncRequestCallback<T> callback,
OAuthRequestAsync.ResponseConverter<T> converter) |
<T> Future<T> |
HttpClient.executeAsync(String userAgent,
Map<String,String> headers,
Verb httpVerb,
String completeUrl,
File bodyContents,
OAuthAsyncRequestCallback<T> callback,
OAuthRequestAsync.ResponseConverter<T> converter) |
<T> Future<T> |
HttpClient.executeAsync(String userAgent,
Map<String,String> headers,
Verb httpVerb,
String completeUrl,
String bodyContents,
OAuthAsyncRequestCallback<T> callback,
OAuthRequestAsync.ResponseConverter<T> converter) |
| Modifier and Type | Method and Description |
|---|---|
<T> Future<T> |
HttpClient.executeAsync(String userAgent,
Map<String,String> headers,
Verb httpVerb,
String completeUrl,
byte[] bodyContents,
OAuthAsyncRequestCallback<T> callback,
OAuthRequestAsync.ResponseConverter<T> converter)
Deprecated.
|
<T> Future<T> |
HttpClient.executeAsync(String userAgent,
Map<String,String> headers,
Verb httpVerb,
String completeUrl,
File bodyContents,
OAuthAsyncRequestCallback<T> callback,
OAuthRequestAsync.ResponseConverter<T> converter)
Deprecated.
|
<T> Future<T> |
HttpClient.executeAsync(String userAgent,
Map<String,String> headers,
Verb httpVerb,
String completeUrl,
String bodyContents,
OAuthAsyncRequestCallback<T> callback,
OAuthRequestAsync.ResponseConverter<T> converter)
Deprecated.
|
Future<Response> |
OAuthRequestAsync.sendAsync(OAuthAsyncRequestCallback<Response> callback)
|
<T> Future<T> |
OAuthRequestAsync.sendAsync(OAuthAsyncRequestCallback<T> callback,
OAuthRequestAsync.ResponseConverter<T> converter)
|
Copyright © 2016. All rights reserved.