Uses of Interface
com.ning.http.multipart.PartSource

Packages that use PartSource
com.ning.http.multipart   
 

Uses of PartSource in com.ning.http.multipart
 

Classes in com.ning.http.multipart that implement PartSource
 class ByteArrayPartSource
          This class is an adaptation of the Apache HttpClient implementation
 class FilePartSource
          This class is an adaptation of the Apache HttpClient implementation
 

Methods in com.ning.http.multipart that return PartSource
 PartSource FilePart.getSource()
          Returns the source of the file part.
 

Constructors in com.ning.http.multipart with parameters of type PartSource
FilePart(String name, PartSource partSource)
          FilePart Constructor.
FilePart(String name, PartSource partSource, String contentType, String charset)
           
FilePart(String name, PartSource partSource, String contentType, String charset, String contentId)
          FilePart Constructor.
 



Copyright © 2014. All Rights Reserved.