Uses of Interface
oauth.signpost.http.HttpResponse
-
Packages that use HttpResponse Package Description oauth.signpost oauth.signpost.basic -
-
Uses of HttpResponse in oauth.signpost
Methods in oauth.signpost that return HttpResponse Modifier and Type Method Description protected abstract HttpResponseAbstractOAuthProvider. 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 voidAbstractOAuthProvider. closeConnection(HttpRequest request, HttpResponse response)Called when the connection is being finalized after receiving the response.protected voidAbstractOAuthProvider. handleUnexpectedResponse(int statusCode, HttpResponse response)booleanOAuthProviderListener. 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 classHttpURLConnectionResponseAdapterMethods in oauth.signpost.basic that return HttpResponse Modifier and Type Method Description protected HttpResponseDefaultOAuthProvider. sendRequest(HttpRequest request)Methods in oauth.signpost.basic with parameters of type HttpResponse Modifier and Type Method Description protected voidDefaultOAuthProvider. closeConnection(HttpRequest request, HttpResponse response)
-