| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use HttpMethodBase | |
|---|---|
| org.apache.commons.httpclient | Classes and interfaces supporting the client side of the HTTP protocol. | 
| org.apache.commons.httpclient.methods | Classes implementing HttpMethodfor the base HTTP methods. | 
| Uses of HttpMethodBase in org.apache.commons.httpclient | 
|---|
| Subclasses of HttpMethodBase in org.apache.commons.httpclient | |
|---|---|
|  class | ConnectMethodEstablishes a tunneled HTTP connection via the CONNECT method. | 
| Uses of HttpMethodBase in org.apache.commons.httpclient.methods | 
|---|
| Subclasses of HttpMethodBase in org.apache.commons.httpclient.methods | |
|---|---|
|  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. | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||