org.apache.webdav.lib.methods
Class HeadMethod

java.lang.Object
  |
  +--org.apache.commons.httpclient.HttpMethodBase
        |
        +--org.apache.commons.httpclient.methods.HeadMethod
              |
              +--org.apache.webdav.lib.methods.HeadMethod
All Implemented Interfaces:
org.apache.commons.httpclient.HttpMethod

public class HeadMethod
extends org.apache.commons.httpclient.methods.HeadMethod

HEAD Method.

Author:
Remy Maucherat, B.C. Holmes

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
HeadMethod()
          Method constructor.
HeadMethod(java.lang.String path)
          Method constructor.
 
Methods inherited from class org.apache.commons.httpclient.methods.HeadMethod
generateQuery, hasResponseBody, needContentLength, parseResponse, recycle
 
Methods inherited from class org.apache.commons.httpclient.HttpMethodBase
checkNotUsed, checkUsed, followRedirects, generateHeaders, generateHeaders, generateRequestLine, generateRequestLine, getHeader, getHeaders, getHeadersHashtable, getName, getPath, getStatusCode, getStatusText, hasBeenUsed, isStreamedQuery, needExpectation, processResponseHeaders, removeHeader, setDebug, setFollowRedirects, setHeader, setParameter, setPath, setQuery, setQueryString, setState, setStatusCode, setStatusText, setUsed, streamQuery, validate
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HeadMethod

public HeadMethod()
Method constructor.

HeadMethod

public HeadMethod(java.lang.String path)
Method constructor.