|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PartSource | |
---|---|
com.microsoft.tfs.core.httpclient.methods.multipart | Provides Multipart support classes for the org.apache.commons.httpclient.methods.MultipartPostMethod . |
Uses of PartSource in com.microsoft.tfs.core.httpclient.methods.multipart |
---|
Classes in com.microsoft.tfs.core.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 com.microsoft.tfs.core.httpclient.methods.multipart that return PartSource | |
---|---|
protected PartSource |
FilePart.getSource()
Returns the source of the file part. |
Constructors in com.microsoft.tfs.core.httpclient.methods.multipart with parameters of type PartSource | |
---|---|
FilePart(java.lang.String name,
PartSource partSource)
FilePart Constructor. |
|
FilePart(java.lang.String name,
PartSource partSource,
java.lang.String contentType,
java.lang.String charset)
FilePart Constructor. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |