| 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(String name,
PartSource partSource)
FilePart Constructor.
|
FilePart(String name,
PartSource partSource,
String contentType,
String charset)
FilePart Constructor.
|
Copyright © 2015. All rights reserved.