Uses of Interface
org.apache.commons.httpclient.methods.multipart.PartSource

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

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

Classes in org.apache.commons.httpclient.methods.multipart that implement PartSource
 class ByteArrayPartSource
          A PartSource that reads from a byte array.
 class FilePartSource
          A PartSource that reads from a File.
 

Methods in org.apache.commons.httpclient.methods.multipart that return PartSource
protected  PartSource FilePart.getSource()
          Returns the source of the file part.
 

Constructors in org.apache.commons.httpclient.methods.multipart with parameters of type PartSource
FilePart(String name, PartSource partSource)
          FilePart Constructor.
FilePart(String name, PartSource partSource, String contentType, String charset)
          FilePart Constructor.
 



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