|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.webdav.lib.methods.WebdavMethodBase | +--org.apache.webdav.lib.methods.UnlockMethod
UNLOCK Method.
Fields inherited from class org.apache.webdav.lib.methods.WebdavMethodBase |
debug, headers, name, path, query, state, statusCode, statusText |
Fields inherited from interface org.apache.webdav.lib.methods.WebdavMethod |
PROTOCOL |
Constructor Summary | |
UnlockMethod()
Method constructor. |
|
UnlockMethod(java.lang.String path)
Method constructor. |
|
UnlockMethod(java.lang.String path,
java.lang.String lockToken)
Method constructor. |
Method Summary | |
void |
generateHeaders(java.lang.String host,
State state)
Generate additional headers needed by the request. |
void |
parseResponse(java.io.InputStream is)
Parse response. |
void |
setLockToken(java.lang.String lockToken)
|
Methods inherited from class org.apache.webdav.lib.methods.WebdavMethodBase |
checkNotUsed, checkUsed, followRedirects, generateHeaders, generateQuery, generateRequestLine, getHeader, getHeaders, getName, getPath, getStatusCode, getStatusText, hasBeenUsed, isStreamedQuery, processResponseHeaders, recycle, removeHeader, setDebug, setHeader, setPath, setQuery, setStatusCode, setStatusText, setUsed, streamQuery, validate |
Methods inherited from class java.lang.Object |
|
Constructor Detail |
public UnlockMethod()
public UnlockMethod(java.lang.String path)
public UnlockMethod(java.lang.String path, java.lang.String lockToken)
Method Detail |
public void setLockToken(java.lang.String lockToken)
public void generateHeaders(java.lang.String host, State state)
generateHeaders
in class WebdavMethodBase
host
- the hoststate
- State tokenpublic void parseResponse(java.io.InputStream is) throws java.io.IOException
parseResponse
in class WebdavMethodBase
is
- Input stream
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |