Uses of Enum Class
com.github.scribejava.core.model.Verb
Packages that use Verb
Package
Description
-
Uses of Verb in com.github.scribejava.core.builder.api
Methods in com.github.scribejava.core.builder.api that return VerbModifier and TypeMethodDescriptionDefaultApi10a.getAccessTokenVerb()Returns the verb for the access token endpoint (defaults to POST)DefaultApi20.getAccessTokenVerb()Returns the verb for the access token endpoint (defaults to POST)DefaultApi10a.getRequestTokenVerb()Returns the verb for the request token endpoint (defaults to POST) -
Uses of Verb in com.github.scribejava.core.httpclient
Methods in com.github.scribejava.core.httpclient with parameters of type VerbModifier and TypeMethodDescriptionAbstractAsyncOnlyHttpClient.execute(String userAgent, Map<String, String> headers, Verb httpVerb, String completeUrl, byte[] bodyContents) AbstractAsyncOnlyHttpClient.execute(String userAgent, Map<String, String> headers, Verb httpVerb, String completeUrl, MultipartPayload bodyContents) AbstractAsyncOnlyHttpClient.execute(String userAgent, Map<String, String> headers, Verb httpVerb, String completeUrl, File bodyContents) AbstractAsyncOnlyHttpClient.execute(String userAgent, Map<String, String> headers, Verb httpVerb, String completeUrl, String bodyContents) HttpClient.execute(String userAgent, Map<String, String> headers, Verb httpVerb, String completeUrl, byte[] bodyContents) HttpClient.execute(String userAgent, Map<String, String> headers, Verb httpVerb, String completeUrl, MultipartPayload bodyContents) HttpClient.execute(String userAgent, Map<String, String> headers, Verb httpVerb, String completeUrl, File bodyContents) HttpClient.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, 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 Verb in com.github.scribejava.core.httpclient.jdk
Methods in com.github.scribejava.core.httpclient.jdk with parameters of type VerbModifier and TypeMethodDescriptionJDKHttpClient.execute(String userAgent, Map<String, String> headers, Verb httpVerb, String completeUrl, byte[] bodyContents) JDKHttpClient.execute(String userAgent, Map<String, String> headers, Verb httpVerb, String completeUrl, MultipartPayload multipartPayloads) JDKHttpClient.execute(String userAgent, Map<String, String> headers, Verb httpVerb, String completeUrl, File bodyContents) 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, 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 Verb in com.github.scribejava.core.model
Methods in com.github.scribejava.core.model that return VerbModifier and TypeMethodDescriptionOAuthRequest.getVerb()static VerbReturns the enum constant of this class with the specified name.static Verb[]Verb.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.github.scribejava.core.model with parameters of type Verb