org.apache.commons.httpclient.methods.multipart |
Package Documentation for org.apache.commons.httpclient.methods.multipart
Provides Multipart support classes for the {@link org.apache.commons.httpclient.methods.MultipartPostMethod}.
@since 2.0
|
Java Source File Name | Type | Comment |
ByteArrayPartSource.java | Class | A PartSource that reads from a byte array. |
FilePart.java | Class | This class implements a part of a Multipart post object that
consists of a file. |
FilePartSource.java | Class | A PartSource that reads from a File. |
MultipartRequestEntity.java | Class | Implements a request entity suitable for an HTTP multipart POST method.
The HTTP multipart POST method is defined in section 3.3 of
RFC1867:
The media-type multipart/form-data follows the rules of all multipart
MIME data streams as outlined in RFC 1521. |
Part.java | Class | Abstract class for one Part of a multipart post object. |
PartBase.java | Class | Provides setters and getters for the basic Part properties. |
PartSource.java | Interface | An interface for providing access to data when posting MultiPart messages. |
StringPart.java | Class | |