static final class SignpostAdapters.HttpResponse extends java.lang.Object implements oauth.signpost.http.HttpResponse
Modifier and Type | Field and Description |
---|---|
(package private) HttpClient.Response |
response |
Constructor and Description |
---|
HttpResponse(HttpClient.Response response) |
Modifier and Type | Method and Description |
---|---|
java.io.InputStream |
getContent() |
java.lang.String |
getReasonPhrase() |
int |
getStatusCode() |
java.lang.Object |
unwrap() |
final HttpClient.Response response
HttpResponse(HttpClient.Response response)
public int getStatusCode() throws java.io.IOException
getStatusCode
in interface oauth.signpost.http.HttpResponse
java.io.IOException
public java.lang.String getReasonPhrase() throws java.lang.Exception
getReasonPhrase
in interface oauth.signpost.http.HttpResponse
java.lang.Exception
public java.io.InputStream getContent() throws java.io.IOException
getContent
in interface oauth.signpost.http.HttpResponse
java.io.IOException
public java.lang.Object unwrap()
unwrap
in interface oauth.signpost.http.HttpResponse