|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 | |
---|---|
protected 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 Constructor. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |