| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use HttpMethod | |
|---|---|
| org.apache.commons.httpclient | Classes and interfaces supporting the client side of the HTTP protocol. | 
| org.apache.commons.httpclient.auth | Provides implementation of various authentication schemes as well as utility classes that can be used to authenticate HTTP requests. | 
| org.apache.commons.httpclient.methods | Classes implementing HttpMethodfor the base HTTP methods. | 
| org.apache.commons.httpclient.util | Provides some utility classes for use by HttpClient. | 
| Uses of HttpMethod in org.apache.commons.httpclient | 
|---|
| Classes in org.apache.commons.httpclient that implement HttpMethod | |
|---|---|
|  class | ConnectMethodEstablishes a tunneled HTTP connection via the CONNECT method. | 
|  class | HttpMethodBaseAn abstract base implementation of HttpMethod. | 
| Methods in org.apache.commons.httpclient with parameters of type HttpMethod | |
|---|---|
|  int | HttpClient.executeMethod(HostConfiguration hostConfiguration,
              HttpMethod method)Executes the given HTTP methodusing customhost configuration. | 
|  int | HttpClient.executeMethod(HostConfiguration hostconfig,
              HttpMethod method,
              HttpState state)Executes the given HTTP methodusing the given customhost configurationwith the given customHTTP state. | 
|  int | HttpClient.executeMethod(HttpMethod method)Executes the given HTTP method. | 
|  boolean | DefaultMethodRetryHandler.retryMethod(HttpMethod method,
            HttpConnection connection,
            HttpRecoverableException recoverableException,
            int executionCount,
            boolean requestSent)Deprecated. Used retryCountandrequestSentRetryEnabledto determine
 if the given method should be retried. | 
|  boolean | MethodRetryHandler.retryMethod(HttpMethod method,
            HttpConnection connection,
            HttpRecoverableException recoverableException,
            int executionCount,
            boolean requestSent)Deprecated. Determines if a method should be retried after an HttpRecoverableException occurs during execution. | 
|  boolean | HttpMethodRetryHandler.retryMethod(HttpMethod method,
            IOException exception,
            int executionCount)Determines if a method should be retried after an HttpRecoverableException occurs during execution. | 
|  boolean | DefaultHttpMethodRetryHandler.retryMethod(HttpMethod method,
            IOException exception,
            int executionCount)Used retryCountandrequestSentRetryEnabledto determine
 if the given method should be retried. | 
| Constructors in org.apache.commons.httpclient with parameters of type HttpMethod | |
|---|---|
| ChunkedInputStream(InputStream in,
                   HttpMethod method)ChunkedInputStream constructor that associates the chunked input stream with a HTTP method. | |
| ConnectMethod(HttpMethod method)Deprecated. the wrapped method is no longer used Create a connect method wrapping the existing method | |
| Uses of HttpMethod in org.apache.commons.httpclient.auth | 
|---|
| Methods in org.apache.commons.httpclient.auth with parameters of type HttpMethod | |
|---|---|
| static boolean | HttpAuthenticator.authenticate(AuthScheme authscheme,
             HttpMethod method,
             HttpConnection conn,
             HttpState state)Deprecated. use AuthScheme | 
|  String | BasicScheme.authenticate(Credentials credentials,
             HttpMethod method)Produces basic authorization string for the given set of Credentials. | 
|  String | DigestScheme.authenticate(Credentials credentials,
             HttpMethod method)Produces a digest authorization string for the given set of Credentials, method name and URI. | 
|  String | AuthScheme.authenticate(Credentials credentials,
             HttpMethod method)Produces an authorization string for the given set of Credentials. | 
|  String | NTLMScheme.authenticate(Credentials credentials,
             HttpMethod method)Produces NTLM authorization string for the given set of Credentials. | 
| static boolean | HttpAuthenticator.authenticateDefault(HttpMethod method,
                    HttpConnection conn,
                    HttpState state)Deprecated. use AuthScheme | 
| static boolean | HttpAuthenticator.authenticateProxy(AuthScheme authscheme,
                  HttpMethod method,
                  HttpConnection conn,
                  HttpState state)Deprecated. use AuthScheme | 
| static boolean | HttpAuthenticator.authenticateProxyDefault(HttpMethod method,
                         HttpConnection conn,
                         HttpState state)Deprecated. use AuthScheme | 
| Uses of HttpMethod in org.apache.commons.httpclient.methods | 
|---|
| Classes in org.apache.commons.httpclient.methods that implement HttpMethod | |
|---|---|
|  class | DeleteMethodImplements the HTTP DELETE method. | 
|  class | EntityEnclosingMethodThis abstract class serves as a foundation for all HTTP methods that can enclose an entity within requests | 
|  class | ExpectContinueMethodThis abstract class serves as a foundation for all HTTP methods that support 'Expect: 100-continue' handshake. | 
|  class | GetMethodImplements the HTTP GET method. | 
|  class | HeadMethodImplements the HTTP HEAD method. | 
|  class | MultipartPostMethodDeprecated. Use MultipartRequestEntityin conjunction withPostMethodinstead. | 
|  class | OptionsMethodImplements the HTTP OPTIONS method. | 
|  class | PostMethodImplements the HTTP POST method. | 
|  class | PutMethodImplements the HTTP PUT method. | 
|  class | TraceMethodImplements the HTTP TRACE method. | 
| Uses of HttpMethod in org.apache.commons.httpclient.util | 
|---|
| Constructors in org.apache.commons.httpclient.util with parameters of type HttpMethod | |
|---|---|
| HttpURLConnection(HttpMethod method,
                  URL url)Creates an HttpURLConnectionfrom aHttpMethod. | |
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||