| 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
|
T |
AbstractOAuth1JSONTokenExtractor.extract(Response 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,
MultipartPayload bodyContents) |
Response |
AbstractAsyncOnlyHttpClient.execute(String userAgent,
Map<String,String> headers,
Verb httpVerb,
String completeUrl,
MultipartPayload 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,
MultipartPayload multipartPayloads) |
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) |
Future<Response> |
OAuthService.executeAsync(OAuthRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<Response> |
OAuthService.execute(OAuthRequest request,
OAuthAsyncRequestCallback<Response> callback) |
| Modifier and Type | Method and Description |
|---|---|
Void |
OAuth2RevokeTokenResponseConverter.convert(Response response) |
Copyright © 2018. All rights reserved.