| Package | Description |
|---|---|
| com.github.scribejava.core.httpclient | |
| com.github.scribejava.core.httpclient.jdk | |
| com.github.scribejava.core.model |
| Modifier and Type | Method and Description |
|---|---|
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) |
<T> Future<T> |
HttpClient.executeAsync(String userAgent,
Map<String,String> headers,
Verb httpVerb,
String completeUrl,
MultipartPayload 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,
MultipartPayload multipartPayloads) |
<T> Future<T> |
JDKHttpClient.executeAsync(String userAgent,
Map<String,String> headers,
Verb httpVerb,
String completeUrl,
MultipartPayload bodyContents,
OAuthAsyncRequestCallback<T> callback,
OAuthRequest.ResponseConverter<T> converter) |
| Modifier and Type | Method and Description |
|---|---|
MultipartPayload |
OAuthRequest.getMultipartPayloads() |
Copyright © 2018. All rights reserved.