Package org.alfresco.httpclient
Interface Response
-
- All Known Implementing Classes:
HttpMethodResponse
public interface Response- Since:
- 4.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description InputStreamgetContentAsStream()StringgetContentType()StringgetHeader(String name)intgetStatus()voidrelease()
-
-
-
Method Detail
-
getContentAsStream
InputStream getContentAsStream() throws IOException
- Throws:
IOException
-
getContentType
String getContentType()
-
getStatus
int getStatus()
-
release
void release()
-
-