Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

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

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.
 

Fields in org.apache.commons.httpclient.methods.multipart declared as PartSource
private  PartSource FilePart.source
          Source of the file part.
 

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(java.lang.String name, PartSource partSource, java.lang.String contentType, java.lang.String charset)
          FilePart Constructor.
FilePart(java.lang.String name, PartSource partSource)
          FilePart Constructor.