Package | Description |
---|---|
org.apache.commons.httpclient.methods.multipart |
Provides Multipart support classes for the
MultipartPostMethod . |
Modifier and Type | Class and Description |
---|---|
class |
ByteArrayPartSource
A PartSource that reads from a byte array.
|
class |
FilePartSource
A PartSource that reads from a File.
|
Modifier and Type | Method and Description |
---|---|
protected PartSource |
FilePart.getSource()
Returns the source of the file part.
|
Constructor and Description |
---|
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.
|
Copyright © 2001-2012 Apache Software Foundation. All Rights Reserved.