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 InputStream
getContentAsStream()
String
getContentType()
String
getHeader(String name)
int
getStatus()
void
release()
-
-
-
Method Detail
-
getContentAsStream
InputStream getContentAsStream() throws IOException
- Throws:
IOException
-
getContentType
String getContentType()
-
getStatus
int getStatus()
-
release
void release()
-
-