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
IOException
InputStream getContent() throws IOException
IOException
Object unwrap()
Copyright © 2016. All rights reserved.