HttpResponseAdapter
, HttpURLConnectionResponseAdapter
public 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
IOException
InputStream getContent() throws IOException
IOException
Object unwrap()
Copyright © 2019. All rights reserved.