Uses of Interface
com.github.scribejava.core.model.OAuthRequest.ResponseConverter
-
Packages that use OAuthRequest.ResponseConverter Package Description com.github.scribejava.core.httpclient com.github.scribejava.core.httpclient.jdk com.github.scribejava.core.oauth -
-
Uses of OAuthRequest.ResponseConverter in com.github.scribejava.core.httpclient
Methods in com.github.scribejava.core.httpclient with parameters of type OAuthRequest.ResponseConverter Modifier and Type Method Description <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, MultipartPayload 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) -
Uses of OAuthRequest.ResponseConverter in com.github.scribejava.core.httpclient.jdk
Methods in com.github.scribejava.core.httpclient.jdk with parameters of type OAuthRequest.ResponseConverter Modifier and Type Method Description <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, MultipartPayload 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) -
Uses of OAuthRequest.ResponseConverter in com.github.scribejava.core.oauth
Methods in com.github.scribejava.core.oauth with parameters of type OAuthRequest.ResponseConverter Modifier and Type Method Description <R> Future<R>OAuthService. execute(OAuthRequest request, OAuthAsyncRequestCallback<R> callback, OAuthRequest.ResponseConverter<R> converter)
-