HttpResponseAdapter, HttpURLConnectionResponseAdapterpublic interface HttpResponse
| Modifier and Type | Method | Description |
|---|---|---|
InputStream |
getContent() |
|
String |
getReasonPhrase() |
|
int |
getStatusCode() |
|
Object |
unwrap() |
Returns the underlying response object, in case you need to work on it
directly.
|
int getStatusCode()
throws IOException
IOExceptionInputStream getContent() throws IOException
IOExceptionObject unwrap()
Copyright © 2019. All rights reserved.