|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.commons.httpclient.HttpMethodBase | +--org.apache.webdav.lib.methods.AclMethod
ACL Method.
Field Summary | |
protected java.util.Vector |
aces
|
Fields inherited from class org.apache.commons.httpclient.HttpMethodBase |
debug, followRedirects, name, parameters, path, query, queryString, requestHeaders, responseHeaders, state, statusCode, statusText |
Fields inherited from interface org.apache.commons.httpclient.HttpMethod |
PROTOCOL |
Constructor Summary | |
AclMethod()
Method constructor. |
|
AclMethod(java.lang.String path)
Method constructor. |
Method Summary | |
void |
addAce(Ace ace)
Add an ace to the ace list which will be set by the method. |
void |
generateHeaders(java.lang.String host,
org.apache.commons.httpclient.State state)
Generate additional headers needed by the request. |
java.lang.String |
generateQuery()
Generate the query body. |
void |
parseResponse(java.io.InputStream is)
Parse response. |
void |
processResponseHeaders(java.util.Hashtable headers)
Process response headers. |
void |
recycle()
Recycle the method object, so that it can be reused again. |
Methods inherited from class org.apache.commons.httpclient.HttpMethodBase |
checkNotUsed, checkUsed, followRedirects, generateHeaders, generateRequestLine, generateRequestLine, getHeader, getHeaders, getHeadersHashtable, getName, getPath, getStatusCode, getStatusText, hasBeenUsed, hasResponseBody, isStreamedQuery, needContentLength, needExpectation, removeHeader, setDebug, setFollowRedirects, setHeader, setParameter, setPath, setQuery, setQueryString, setState, setStatusCode, setStatusText, setUsed, streamQuery, validate |
Methods inherited from class java.lang.Object |
|
Field Detail |
protected java.util.Vector aces
Constructor Detail |
public AclMethod()
public AclMethod(java.lang.String path)
Method Detail |
public void addAce(Ace ace)
ace
- Access control entrypublic void recycle()
org.apache.commons.httpclient.HttpMethodBase
recycle
in class org.apache.commons.httpclient.HttpMethodBase
public void generateHeaders(java.lang.String host, org.apache.commons.httpclient.State state)
generateHeaders
in class org.apache.commons.httpclient.HttpMethodBase
host
- the hoststate
- State tokenpublic java.lang.String generateQuery()
generateQuery
in class org.apache.commons.httpclient.HttpMethodBase
public void parseResponse(java.io.InputStream is) throws java.io.IOException
parseResponse
in class org.apache.commons.httpclient.HttpMethodBase
is
- Input streampublic void processResponseHeaders(java.util.Hashtable headers)
processResponseHeaders
in class org.apache.commons.httpclient.HttpMethodBase
headers
- Headers list
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |