Package org.apache.commons.httpclient.methods

Classes implementing HttpMethod for the base HTTP methods.

See:
          Description

Class Summary
DeleteMethod Implements the HTTP DELETE method.
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 method.
HeadMethod Implements the HTTP HEAD method.
MultipartPostMethod Implements the HTTP multipart POST method.
OptionsMethod Implements the HTTP OPTIONS method.
PostMethod Implements the HTTP POST method.
PutMethod Implements the HTTP PUT method.
TraceMethod Implements the HTTP TRACE method.
UrlDeleteMethod Deprecated. use DeleteMethod
UrlGetMethod Deprecated. use GetMethod
UrlHeadMethod Deprecated. use HeadMethod
UrlOptionsMethod Deprecated. use OptionsMethod
UrlPostMethod Deprecated. use PostMethod
UrlPutMethod Deprecated. use PutMethod
 

Package org.apache.commons.httpclient.methods Description

Classes implementing HttpMethod for the base HTTP methods.

Since:
1.0


Copyright © 2001-2004 Apache Software Foundation. All Rights Reserved.