Package | Description |
---|---|
com.ning.http.multipart |
Modifier and Type | Class and Description |
---|---|
class |
ByteArrayPartSource
This class is an adaptation of the Apache HttpClient implementation
|
class |
FilePartSource
This class is an adaptation of the Apache HttpClient implementation
|
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 © 2014. All Rights Reserved.