|
|||||||||||
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 HttpMethod for the base HTTP methods. |
Uses of HttpMethodBase in org.apache.commons.httpclient |
Subclasses of HttpMethodBase in org.apache.commons.httpclient | |
class |
ConnectMethod
Wraps another method to tunnel through a proxy. |
Uses of HttpMethodBase in org.apache.commons.httpclient.methods |
Subclasses of HttpMethodBase in org.apache.commons.httpclient.methods | |
class |
DeleteMethod
DELETE Method. |
class |
GetMethod
GET Method. |
class |
HeadMethod
HEAD Method. |
class |
MultipartPostMethod
POST Method for Multipart encoded forms. |
class |
OptionsMethod
OPTIONS Method. |
class |
PostMethod
POST Method. |
class |
PutMethod
PUT Method. |
class |
TraceMethod
TRACE method. |
class |
UrlDeleteMethod
Deprecated. use DeleteMethod |
class |
UrlGetMethod
Deprecated. use GetMethod |
class |
UrlHeadMethod
Deprecated. use HeadMethod |
class |
UrlOptionsMethod
Deprecated. use OptionsMethod |
class |
UrlPostMethod
Deprecated. use PostMethod |
class |
UrlPutMethod
Deprecated. use PutMethod |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |