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> java.util.concurrent.Future<T>HttpClient. executeAsync(java.lang.String userAgent, java.util.Map<java.lang.String,java.lang.String> headers, Verb httpVerb, java.lang.String completeUrl, byte[] bodyContents, OAuthAsyncRequestCallback<T> callback, OAuthRequest.ResponseConverter<T> converter)<T> java.util.concurrent.Future<T>HttpClient. executeAsync(java.lang.String userAgent, java.util.Map<java.lang.String,java.lang.String> headers, Verb httpVerb, java.lang.String completeUrl, MultipartPayload bodyContents, OAuthAsyncRequestCallback<T> callback, OAuthRequest.ResponseConverter<T> converter)<T> java.util.concurrent.Future<T>HttpClient. executeAsync(java.lang.String userAgent, java.util.Map<java.lang.String,java.lang.String> headers, Verb httpVerb, java.lang.String completeUrl, MultipartPayload bodyContents, OAuthAsyncRequestCallback<T> callback, OAuthRequest.ResponseConverter<T> converter)<T> java.util.concurrent.Future<T>HttpClient. executeAsync(java.lang.String userAgent, java.util.Map<java.lang.String,java.lang.String> headers, Verb httpVerb, java.lang.String completeUrl, java.io.File bodyContents, OAuthAsyncRequestCallback<T> callback, OAuthRequest.ResponseConverter<T> converter)<T> java.util.concurrent.Future<T>HttpClient. executeAsync(java.lang.String userAgent, java.util.Map<java.lang.String,java.lang.String> headers, Verb httpVerb, java.lang.String completeUrl, java.lang.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> java.util.concurrent.Future<T>JDKHttpClient. executeAsync(java.lang.String userAgent, java.util.Map<java.lang.String,java.lang.String> headers, Verb httpVerb, java.lang.String completeUrl, byte[] bodyContents, OAuthAsyncRequestCallback<T> callback, OAuthRequest.ResponseConverter<T> converter)<T> java.util.concurrent.Future<T>JDKHttpClient. executeAsync(java.lang.String userAgent, java.util.Map<java.lang.String,java.lang.String> headers, Verb httpVerb, java.lang.String completeUrl, MultipartPayload bodyContents, OAuthAsyncRequestCallback<T> callback, OAuthRequest.ResponseConverter<T> converter)<T> java.util.concurrent.Future<T>JDKHttpClient. executeAsync(java.lang.String userAgent, java.util.Map<java.lang.String,java.lang.String> headers, Verb httpVerb, java.lang.String completeUrl, MultipartPayload bodyContents, OAuthAsyncRequestCallback<T> callback, OAuthRequest.ResponseConverter<T> converter)Deprecated.<T> java.util.concurrent.Future<T>JDKHttpClient. executeAsync(java.lang.String userAgent, java.util.Map<java.lang.String,java.lang.String> headers, Verb httpVerb, java.lang.String completeUrl, java.io.File bodyContents, OAuthAsyncRequestCallback<T> callback, OAuthRequest.ResponseConverter<T> converter)<T> java.util.concurrent.Future<T>JDKHttpClient. executeAsync(java.lang.String userAgent, java.util.Map<java.lang.String,java.lang.String> headers, Verb httpVerb, java.lang.String completeUrl, java.lang.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> java.util.concurrent.Future<R>OAuthService. execute(OAuthRequest request, OAuthAsyncRequestCallback<R> callback, OAuthRequest.ResponseConverter<R> converter)
-