Package org.apache.commons.httpclient.methods.multipart


package org.apache.commons.httpclient.methods.multipart
Provides Multipart support classes for the MultipartPostMethod.
Since:
2.0
  • Class
    Description
    A PartSource that reads from a byte array.
    This class implements a part of a Multipart post object that consists of a file.
    A PartSource that reads from a File.
    Implements a request entity suitable for an HTTP multipart POST method.
    Abstract class for one Part of a multipart post object.
    Provides setters and getters for the basic Part properties.
    An interface for providing access to data when posting MultiPart messages.
    Simple string parameter for a multipart post