|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
HttpMethod
for the base HTTP methods.
See:
Description
Class Summary | |
DeleteMethod | Implements the HTTP DELETE specification. |
EntityEnclosingMethod | This abstract class serves as a foundation for all HTTP methods that can enclose an entity within requests |
ExpectContinueMethod | This abstract class serves as a foundation for all HTTP methods that support 'Expect: 100-continue' handshake. |
GetMethod | Implements the HTTP GET specification. |
HeadMethod | Implements the HTTP HEAD specification. |
MultipartPostMethod | POST Method for Multipart encoded forms. |
OptionsMethod | Implements the HTTP OPTIONS specification. |
PostMethod | Implements the HTTP POST specification. |
PutMethod | Implements the HTTP PUT specification. |
TraceMethod | Implements the HTTP TRACE specification. |
UrlDeleteMethod | Deprecated. use DeleteMethod |
UrlGetMethod | Deprecated. use GetMethod |
UrlHeadMethod | Deprecated. use HeadMethod |
UrlOptionsMethod | Deprecated. use OptionsMethod |
UrlPostMethod | Deprecated. use PostMethod |
UrlPutMethod | Deprecated. use PutMethod |
Classes implementing HttpMethod
for the base HTTP methods.
|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |