public interface HttpResponse extends Closeable
Modifier and Type | Method and Description |
---|---|
long |
contentLength() |
InputStream |
getBody() |
String |
requestUrl() |
int |
statusCode() |
String |
statusMessage() |
int statusCode()
String statusMessage()
long contentLength() throws IOException
IOException
InputStream getBody()
IOException
String requestUrl()