| Package | Description |
|---|---|
| com.github.scribejava.core.builder.api | |
| com.github.scribejava.core.httpclient | |
| com.github.scribejava.core.httpclient.jdk | |
| com.github.scribejava.core.model |
| Modifier and Type | Method and Description |
|---|---|
Verb |
DefaultApi20.getAccessTokenVerb()
Returns the verb for the access token endpoint (defaults to POST)
|
Verb |
DefaultApi10a.getAccessTokenVerb()
Returns the verb for the access token endpoint (defaults to POST)
|
Verb |
DefaultApi10a.getRequestTokenVerb()
Returns the verb for the request token endpoint (defaults to POST)
|
| 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) |
<T> Future<T> |
HttpClient.executeAsync(String userAgent,
Map<String,String> headers,
Verb httpVerb,
String completeUrl,
byte[] bodyContents,
OAuthAsyncRequestCallback<T> callback,
OAuthRequest.ResponseConverter<T> converter) |
<T> Future<T> |
HttpClient.executeAsync(String userAgent,
Map<String,String> headers,
Verb httpVerb,
String completeUrl,
File bodyContents,
OAuthAsyncRequestCallback<T> callback,
OAuthRequest.ResponseConverter<T> converter) |
<T> Future<T> |
HttpClient.executeAsync(String userAgent,
Map<String,String> headers,
Verb httpVerb,
String completeUrl,
String bodyContents,
OAuthAsyncRequestCallback<T> callback,
OAuthRequest.ResponseConverter<T> converter) |
| 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) |
<T> Future<T> |
JDKHttpClient.executeAsync(String userAgent,
Map<String,String> headers,
Verb httpVerb,
String completeUrl,
byte[] bodyContents,
OAuthAsyncRequestCallback<T> callback,
OAuthRequest.ResponseConverter<T> converter) |
<T> Future<T> |
JDKHttpClient.executeAsync(String userAgent,
Map<String,String> headers,
Verb httpVerb,
String completeUrl,
File bodyContents,
OAuthAsyncRequestCallback<T> callback,
OAuthRequest.ResponseConverter<T> converter) |
<T> Future<T> |
JDKHttpClient.executeAsync(String userAgent,
Map<String,String> headers,
Verb httpVerb,
String completeUrl,
String bodyContents,
OAuthAsyncRequestCallback<T> callback,
OAuthRequest.ResponseConverter<T> converter) |
| Modifier and Type | Method and Description |
|---|---|
Verb |
OAuthRequest.getVerb() |
static Verb |
Verb.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Verb[] |
Verb.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
OAuthRequest(Verb verb,
String url)
Default constructor.
|
Copyright © 2018. All rights reserved.