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

Packages that use Part
org.apache.commons.httpclient.methods Classes implementing HttpMethod for the base HTTP methods. 
org.apache.commons.httpclient.methods.multipart Provides Multipart support classes for the MultipartPostMethod
 

Uses of Part in org.apache.commons.httpclient.methods
 

Methods in org.apache.commons.httpclient.methods with parameters of type Part
 void MultipartPostMethod.addPart(Part part)
          Adds another part to this post.
 

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

Subclasses of Part 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-2003 Apache Software Foundation. All Rights Reserved.