public interface IResponse extends AutoCloseable
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
String |
getBody() |
String |
getContentEncoding() |
long |
getContentLength() |
String |
getContentType() |
InputStream |
getInputStream() |
int |
getStatusCode() |
String |
getStatusText() |
String getStatusText()
int getStatusCode()
String getBody() throws IOException
IOExceptionInputStream getInputStream() throws IOException
IOExceptionlong getContentLength()
String getContentType()
String getContentEncoding()
void close()
throws IOException
close in interface AutoCloseableIOExceptionCopyright © 2007–2017 Andreas W. Bartels. All rights reserved.