org.apache.webdav.lib.methods
Class PostMethod

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

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

COPY Method.

Author:
Remy Maucherat, B.C. Holmes

Fields inherited from class org.apache.commons.httpclient.methods.PostMethod
parameters, POST
 
Fields inherited from class org.apache.commons.httpclient.methods.GetMethod
fileData, memoryData, TEMP_DIR, tempDir, tempFile, useDisk
 
Fields inherited from class org.apache.commons.httpclient.HttpMethodBase
debug, followRedirects, name, path, query, queryString, requestHeaders, responseHeaders, state, statusCode, statusText
 
Fields inherited from interface org.apache.commons.httpclient.HttpMethod
PROTOCOL
 
Constructor Summary
PostMethod()
          Method constructor.
PostMethod(java.lang.String path)
          Method constructor.
PostMethod(java.lang.String path, boolean useDisk, java.lang.String tempDir)
          Method constructor.
PostMethod(java.lang.String path, boolean useDisk, java.lang.String tempDir, java.lang.String tempFile)
          Method constructor.
PostMethod(java.lang.String path, java.lang.String tempDir)
          Method constructor.
 
Methods inherited from class org.apache.commons.httpclient.methods.PostMethod
addParameter, generateHeaders, generateQuery, needContentLength, recycle
 
Methods inherited from class org.apache.commons.httpclient.methods.GetMethod
getData, getDataAsString, getFileData, getTempDir, getTempFile, getUseDisk, parseResponse, setFileData, setTempDir, setTempFile, setUseDisk
 
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, 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

PostMethod

public PostMethod()
Method constructor.

PostMethod

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

PostMethod

public PostMethod(java.lang.String path,
                  java.lang.String tempDir)
Method constructor.

PostMethod

public PostMethod(java.lang.String path,
                  boolean useDisk,
                  java.lang.String tempDir)
Method constructor.

PostMethod

public PostMethod(java.lang.String path,
                  boolean useDisk,
                  java.lang.String tempDir,
                  java.lang.String tempFile)
Method constructor.