|
|||||||||
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.HeadMethod
HEAD Method.
Fields inherited from class org.apache.webdav.lib.methods.WebdavMethodBase |
debug, headers, name, path, state, statusCode, statusText |
Fields inherited from interface org.apache.webdav.lib.methods.WebdavMethod |
PROTOCOL |
Constructor Summary | |
HeadMethod()
Method constructor. |
|
HeadMethod(java.lang.String path)
Method constructor. |
Method Summary | |
boolean |
followRedirects()
True if this methods should automatically follow redirects. |
java.lang.String |
generateQuery()
Generate the query body. |
void |
parseResponse(java.io.InputStream is)
Parse response. |
Methods inherited from class org.apache.webdav.lib.methods.WebdavMethodBase |
checkNotUsed, checkUsed, generateHeaders, generateHeaders, generateRequestLine, getHeader, getHeaders, getName, getPath, getStatusCode, getStatusText, hasBeenUsed, isStreamedQuery, processResponseHeaders, recycle, removeHeader, setDebug, setHeader, setPath, setStatusCode, setStatusText, setUsed, streamQuery, validate |
Methods inherited from class java.lang.Object |
|
Constructor Detail |
public HeadMethod()
public HeadMethod(java.lang.String path)
Method Detail |
public boolean followRedirects()
followRedirects
in class WebdavMethodBase
public java.lang.String generateQuery()
generateQuery
in class WebdavMethodBase
public 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 |