| Package | Description |
|---|---|
| org.apache.commons.httpclient.contrib.methods.multipart | |
| org.apache.commons.httpclient.methods.multipart |
Provides Multipart support classes for the
MultipartPostMethod. |
| Constructor and Description |
|---|
ContentTypeFilePart(String name,
PartSource partSource)
ContentTypeFilePart constructor.
|
ContentTypeFilePart(String name,
PartSource partSource,
String charset)
ContentTypeFilePart constructor.
|
| 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(String name,
PartSource partSource)
FilePart Constructor.
|
FilePart(String name,
PartSource partSource,
String contentType,
String charset)
FilePart Constructor.
|
Copyright © 2012 Apache Software Foundation. All Rights Reserved.