|
|||||||||
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.commons.httpclient.methods.GetMethod | +--org.apache.commons.httpclient.methods.PostMethod | +--org.apache.webdav.lib.methods.PostMethod
COPY Method.
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 |
|
Constructor Detail |
public PostMethod()
public PostMethod(java.lang.String path)
public PostMethod(java.lang.String path, java.lang.String tempDir)
public PostMethod(java.lang.String path, boolean useDisk, java.lang.String tempDir)
public PostMethod(java.lang.String path, boolean useDisk, java.lang.String tempDir, java.lang.String tempFile)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |