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() |
URI |
getUri() |
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 AutoCloseableIOExceptionURI getUri()
Copyright © 2007–2018 Andreas W. Bartels. All rights reserved.