| Modifier and Type | Method and Description |
|---|---|
OAuth2AccessToken |
OAuth2AccessTokenExtractor.extract(Response response)
Extracts the concrete type of token from the contents of an Http Response
|
T |
TokenExtractor.extract(Response response)
Extracts the concrete type of token from the contents of an Http Response
|
OAuth2AccessToken |
OAuth2AccessTokenJsonExtractor.extract(Response response) |
T |
AbstractOAuth1TokenExtractor.extract(Response response)
Extracts the concrete type of token from the contents of an Http Response
|
| Modifier and Type | Method and Description |
|---|---|
Response |
HttpClient.execute(String userAgent,
Map<String,String> headers,
Verb httpVerb,
String completeUrl,
byte[] bodyContents) |
Response |
AbstractAsyncOnlyHttpClient.execute(String userAgent,
Map<String,String> headers,
Verb httpVerb,
String completeUrl,
byte[] bodyContents) |
Response |
HttpClient.execute(String userAgent,
Map<String,String> headers,
Verb httpVerb,
String completeUrl,
File bodyContents) |
Response |
AbstractAsyncOnlyHttpClient.execute(String userAgent,
Map<String,String> headers,
Verb httpVerb,
String completeUrl,
File bodyContents) |
Response |
HttpClient.execute(String userAgent,
Map<String,String> headers,
Verb httpVerb,
String completeUrl,
String bodyContents) |
Response |
AbstractAsyncOnlyHttpClient.execute(String userAgent,
Map<String,String> headers,
Verb httpVerb,
String completeUrl,
String bodyContents) |
| Modifier and Type | Method and Description |
|---|---|
Response |
JDKHttpClient.execute(String userAgent,
Map<String,String> headers,
Verb httpVerb,
String completeUrl,
byte[] bodyContents) |
Response |
JDKHttpClient.execute(String userAgent,
Map<String,String> headers,
Verb httpVerb,
String completeUrl,
File bodyContents) |
Response |
JDKHttpClient.execute(String userAgent,
Map<String,String> headers,
Verb httpVerb,
String completeUrl,
String bodyContents) |
| Modifier and Type | Method and Description |
|---|---|
T |
OAuthRequest.ResponseConverter.convert(Response response) |
| Modifier and Type | Method and Description |
|---|---|
Response |
OAuthService.execute(OAuthRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<Response> |
OAuthService.execute(OAuthRequest request,
OAuthAsyncRequestCallback<Response> callback) |
| Modifier and Type | Method and Description |
|---|---|
Future<Response> |
OAuthService.execute(OAuthRequest request,
OAuthAsyncRequestCallback<Response> callback) |
Copyright © 2017. All rights reserved.