|
|||||||||
| Home >> All >> org >> apache >> commons >> httpclient >> methods >> [ multipart overview ] | PREV PACKAGE NEXT PACKAGE | ||||||||
Package org.apache.commons.httpclient.methods.multipart
Classes implementing org.apache.commons.httpclient.HttpMethod for the base HTTP methods.
See:
Description
| Interface Summary | |
| PartSource | An interface for providing access to data when posting MultiPart messages. |
| Class Summary | |
| ByteArrayPartSource | A PartSource that reads from a byte array. |
| FilePart | This class implements a part of a Multipart post object that consists of a file. |
| FilePartSource | A PartSource that reads from a File. |
| MultipartRequestEntity | Implements a request entity suitable for an HTTP multipart POST method. |
| Part | Abstract class for one Part of a multipart post object. |
| PartBase | Provides setters and getters for the basic Part properties. |
| StringPart | Simple string parameter for a multipart post |
Package org.apache.commons.httpclient.methods.multipart Description
Classes implementing org.apache.commons.httpclient.HttpMethod for the base HTTP methods.
- Since:
- 1.0
|
|||||||||
| Home >> All >> org >> apache >> commons >> httpclient >> methods >> [ multipart overview ] | PREV PACKAGE NEXT PACKAGE | ||||||||