java.lang.Object
net.anwiba.commons.http.Response
- All Implemented Interfaces:
Closeable,AutoCloseable,IResponse
-
Constructor Details
-
Response
-
-
Method Details
-
cacheControl
- Specified by:
cacheControlin interfaceIResponse
-
expires
-
pragma
-
getUri
-
getBody
- Specified by:
getBodyin interfaceIResponse- Throws:
IOException
-
getStatusCode
public int getStatusCode()- Specified by:
getStatusCodein interfaceIResponse
-
getStatusText
- Specified by:
getStatusTextin interfaceIResponse
-
getInputStream
- Specified by:
getInputStreamin interfaceIResponse- Throws:
IOException
-
getContentLength
public long getContentLength()- Specified by:
getContentLengthin interfaceIResponse
-
getContentType
- Specified by:
getContentTypein interfaceIResponse
-
getContentEncoding
- Specified by:
getContentEncodingin interfaceIResponse
-
close
- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Specified by:
closein interfaceIResponse- Throws:
IOException
-
abort
public void abort()
-