Package | Description |
---|---|
org.apache.commons.httpclient.methods |
Classes implementing
HttpMethod for the base HTTP methods. |
Modifier and Type | Class and Description |
---|---|
class |
EntityEnclosingMethod
This abstract class serves as a foundation for all HTTP methods
that can enclose an entity within requests
|
class |
MultipartPostMethod
Deprecated.
Use
MultipartRequestEntity
in conjunction with PostMethod instead. |
class |
PostMethod
Implements the HTTP POST method.
|
class |
PutMethod
Implements the HTTP PUT method.
|
Copyright © 2001-2012 Apache Software Foundation. All Rights Reserved.