|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.alfresco.httpclient.HttpMethodResponse
public class HttpMethodResponse
Field Summary | |
---|---|
protected org.apache.commons.httpclient.HttpMethod |
method
|
Constructor Summary | |
---|---|
HttpMethodResponse(org.apache.commons.httpclient.HttpMethod method)
|
Method Summary | |
---|---|
java.io.InputStream |
getContentAsStream()
|
java.lang.String |
getContentType()
|
java.lang.String |
getHeader(java.lang.String name)
|
int |
getStatus()
|
void |
release()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected org.apache.commons.httpclient.HttpMethod method
Constructor Detail |
---|
public HttpMethodResponse(org.apache.commons.httpclient.HttpMethod method) throws java.io.IOException
java.io.IOException
Method Detail |
---|
public void release()
release
in interface Response
public java.io.InputStream getContentAsStream() throws java.io.IOException
getContentAsStream
in interface Response
java.io.IOException
public java.lang.String getContentType()
getContentType
in interface Response
public java.lang.String getHeader(java.lang.String name)
getHeader
in interface Response
public int getStatus()
getStatus
in interface Response
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |