Package org.alfresco.httpclient
Class HttpMethodResponse
- java.lang.Object
-
- org.alfresco.httpclient.HttpMethodResponse
-
-
Field Summary
Fields Modifier and Type Field Description protected org.apache.commons.httpclient.HttpMethod
method
-
Constructor Summary
Constructors Constructor Description HttpMethodResponse(org.apache.commons.httpclient.HttpMethod method)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InputStream
getContentAsStream()
String
getContentType()
String
getHeader(String name)
int
getStatus()
void
release()
-
-
-
Constructor Detail
-
HttpMethodResponse
public HttpMethodResponse(org.apache.commons.httpclient.HttpMethod method) throws IOException
- Throws:
IOException
-
-
Method Detail
-
getContentAsStream
public InputStream getContentAsStream() throws IOException
- Specified by:
getContentAsStream
in interfaceResponse
- Throws:
IOException
-
getContentType
public String getContentType()
- Specified by:
getContentType
in interfaceResponse
-
-