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