Uses of Class
org.apache.commons.httpclient.methods.multipart.PartBase

Packages that use PartBase
org.apache.commons.httpclient.methods.multipart Provides Multipart support classes for the MultipartPostMethod
 

Uses of PartBase in org.apache.commons.httpclient.methods.multipart
 

Subclasses of PartBase in org.apache.commons.httpclient.methods.multipart
 class FilePart
          This class implements a part of a Multipart post object that consists of a file.
 class StringPart
          Simple string parameter for a multipart post
 



Copyright © 2001-2008 Apache Software Foundation. All Rights Reserved.