Uses of Interface
oauth.signpost.http.HttpResponse
-
Packages that use HttpResponse Package Description oauth.signpost oauth.signpost.basic oauth.signpost.commonshttp -
-
Uses of HttpResponse in oauth.signpost
Methods in oauth.signpost that return HttpResponse Modifier and Type Method Description protected abstract HttpResponse
AbstractOAuthProvider. sendRequest(HttpRequest request)
Override this method if you want to customize the logic for how the given request is sent to the server.Methods in oauth.signpost with parameters of type HttpResponse Modifier and Type Method Description protected void
AbstractOAuthProvider. closeConnection(HttpRequest request, HttpResponse response)
Called when the connection is being finalized after receiving the response.protected void
AbstractOAuthProvider. handleUnexpectedResponse(int statusCode, HttpResponse response)
boolean
OAuthProviderListener. onResponseReceived(HttpRequest request, HttpResponse response)
Called when the server response has been received. -
Uses of HttpResponse in oauth.signpost.basic
Classes in oauth.signpost.basic that implement HttpResponse Modifier and Type Class Description class
HttpURLConnectionResponseAdapter
Methods in oauth.signpost.basic that return HttpResponse Modifier and Type Method Description protected HttpResponse
DefaultOAuthProvider. sendRequest(HttpRequest request)
Methods in oauth.signpost.basic with parameters of type HttpResponse Modifier and Type Method Description protected void
DefaultOAuthProvider. closeConnection(HttpRequest request, HttpResponse response)
-
Uses of HttpResponse in oauth.signpost.commonshttp
Classes in oauth.signpost.commonshttp that implement HttpResponse Modifier and Type Class Description class
HttpResponseAdapter
Methods in oauth.signpost.commonshttp that return HttpResponse Modifier and Type Method Description protected HttpResponse
CommonsHttpOAuthProvider. sendRequest(HttpRequest request)
Methods in oauth.signpost.commonshttp with parameters of type HttpResponse Modifier and Type Method Description protected void
CommonsHttpOAuthProvider. closeConnection(HttpRequest request, HttpResponse response)
-