Uses of Class
com.github.scribejava.core.model.Response
Packages that use Response
Package
Description
-
Uses of Response in com.github.scribejava.core.extractors
Methods in com.github.scribejava.core.extractors with parameters of type ResponseModifier and TypeMethodDescriptionExtracts the concrete type of token from the contents of an Http ResponseExtracts the concrete type of token from the contents of an Http ResponseExtracts the concrete type of token from the contents of an Http ResponsevoidDeviceAuthorizationJsonExtractor.generateError(Response response) voidOAuth2AccessTokenJsonExtractor.generateError(Response response) Related documentation: https://tools.ietf.org/html/rfc6749#section-5.2 -
Uses of Response in com.github.scribejava.core.httpclient
Methods in com.github.scribejava.core.httpclient that return ResponseModifier 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) -
Uses of Response in com.github.scribejava.core.httpclient.jdk
Methods in com.github.scribejava.core.httpclient.jdk that return ResponseModifier 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) -
Uses of Response in com.github.scribejava.core.model
Methods in com.github.scribejava.core.model that return ResponseMethods in com.github.scribejava.core.model with parameters of type ResponseModifier and TypeMethodDescriptionImplementations of this method should close provided Response in case response is not included in the return Object of type <T> Then responsibility to close response is in on theOAuthAsyncRequestCallback.onCompleted(java.lang.Object)Constructors in com.github.scribejava.core.model with parameters of type ResponseModifierConstructorDescriptionOAuth2AccessTokenErrorResponse(OAuth2Error error, String errorDescription, URI errorUri, Response rawResponse) OAuthResponseException(Response rawResponse) -
Uses of Response in com.github.scribejava.core.oauth
Methods in com.github.scribejava.core.oauth that return ResponseMethods in com.github.scribejava.core.oauth that return types with arguments of type ResponseModifier and TypeMethodDescriptionOAuthService.execute(OAuthRequest request, OAuthAsyncRequestCallback<Response> callback) OAuthService.executeAsync(OAuthRequest request) Method parameters in com.github.scribejava.core.oauth with type arguments of type ResponseModifier and TypeMethodDescriptionOAuthService.execute(OAuthRequest request, OAuthAsyncRequestCallback<Response> callback) -
Uses of Response in com.github.scribejava.core.revoke
Methods in com.github.scribejava.core.revoke with parameters of type Response