|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use HttpMethod | |
org.apache.commons.httpclient | |
org.apache.commons.httpclient.methods | |
org.archive.httpclient | Provides specializations on apache jakarta commons httpclient. |
Uses of HttpMethod in org.apache.commons.httpclient |
Classes in org.apache.commons.httpclient that implement HttpMethod | |
class |
HttpMethodBase
An abstract base implementation of HttpMethod. |
Methods in org.apache.commons.httpclient with parameters of type HttpMethod | |
java.io.InputStream |
HttpConnection.getResponseInputStream(HttpMethod method)
Deprecated. Use getResponseInputStream() instead. |
int |
HttpClient.executeMethod(HttpMethod method)
Executes the given HTTP method . |
int |
HttpClient.executeMethod(org.apache.commons.httpclient.HostConfiguration hostConfiguration,
HttpMethod method)
Executes the given HTTP method using custom
host configuration . |
int |
HttpClient.executeMethod(org.apache.commons.httpclient.HostConfiguration hostConfiguration,
HttpMethod method,
org.apache.commons.httpclient.HttpState state)
Executes the given HTTP method using the given custom
host configuration with the given custom
HTTP state . |
Uses of HttpMethod in org.apache.commons.httpclient.methods |
Classes in org.apache.commons.httpclient.methods that implement HttpMethod | |
class |
org.apache.commons.httpclient.methods.GetMethod
|
Uses of HttpMethod in org.archive.httpclient |
Classes in org.archive.httpclient that implement HttpMethod | |
class |
HttpRecorderGetMethod
Override of GetMethod that marks the passed HttpRecorder w/ the transition from HTTP head to body. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |