public interface HttpResponse
| Modifier and Type | Method and 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 © 2020. All rights reserved.