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.IOExceptionjava.lang.String getReasonPhrase()
throws java.lang.Exception
java.lang.Exceptionjava.io.InputStream getContent()
throws java.io.IOException
java.io.IOExceptionjava.lang.Object unwrap()