public interface HttpResponse
Modifier and Type | Method and Description |
---|---|
java.io.InputStream |
getContent() |
java.lang.String |
getReasonPhrase() |
int |
getStatusCode() |
java.lang.Object |
unwrap()
Returns the underlying response object, in case you need to work on it
directly.
|
int getStatusCode() throws java.io.IOException
java.io.IOException
java.lang.String getReasonPhrase() throws java.lang.Exception
java.lang.Exception
java.io.InputStream getContent() throws java.io.IOException
java.io.IOException
java.lang.Object unwrap()