private static class SignpostAdapters.HttpResponse extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
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() |
private final HttpClient.Response response
HttpResponse(HttpClient.Response response)
public int getStatusCode() throws java.io.IOException
java.io.IOException
public java.lang.String getReasonPhrase() throws java.lang.Exception
java.lang.Exception
public java.io.InputStream getContent() throws java.io.IOException
java.io.IOException
public java.lang.Object unwrap()