| Home >> All >> org >> apache >> commons >> httpclient >> methods >> [ multipart Javadoc ] |
org.apache.commons.httpclient.methods.multipart: Javadoc index of package org.apache.commons.httpclient.methods.multipart.
Package Samples:
org.apache.commons.httpclient.methods.multipart: Classes implementing org.apache.commons.httpclient.HttpMethod for the base HTTP methods.
Classes:
MultipartRequestEntity: 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. The multipart/form-data contains a series of parts. Each part is expected to contain a content-disposition header where the value is "form-data" and a name attribute specifies the field name within the form, e.g., 'content-disposition: form-data; name="xxxxx"', where xxxxx is the field name corresponding to that field. Field names originally in ...
ByteArrayPartSource: A PartSource that reads from a byte array. This class should be used when the data to post is already loaded into memory.
FilePart: This class implements a part of a Multipart post object that consists of a file.
PartSource: An interface for providing access to data when posting MultiPart messages.
PartBase: Provides setters and getters for the basic Part properties.
Part: Abstract class for one Part of a multipart post object.
StringPart: Simple string parameter for a multipart post
FilePartSource: A PartSource that reads from a File.
| Home | Contact Us | Privacy Policy | Terms of Service |