|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Part | |
---|---|
com.ning.http.multipart |
Uses of Part in com.ning.http.multipart |
---|
Subclasses of Part in com.ning.http.multipart | |
---|---|
class |
FilePart
This class is an adaptation of the Apache HttpClient implementation |
class |
PartBase
This class is an adaptation of the Apache HttpClient implementation |
class |
StringPart
This class is an adaptation of the Apache HttpClient implementation |
Fields in com.ning.http.multipart declared as Part | |
---|---|
protected Part[] |
MultipartRequestEntity.parts
The MIME parts as set by the constructor |
Methods in com.ning.http.multipart with parameters of type Part | |
---|---|
static long |
Part.getLengthOfParts(Part[] parts)
Return the total sum of all parts and that of the last boundary |
static long |
Part.getLengthOfParts(Part[] parts,
byte[] partBoundary)
Gets the length of the multipart message including the given parts. |
static void |
Part.sendPart(OutputStream out,
Part part,
byte[] partBoundary)
Write all parts and the last boundary to the specified output stream. |
static void |
Part.sendParts(OutputStream out,
Part[] parts)
Write all parts and the last boundary to the specified output stream. |
static void |
Part.sendParts(OutputStream out,
Part[] parts,
byte[] partBoundary)
Write all parts and the last boundary to the specified output stream. |
Constructors in com.ning.http.multipart with parameters of type Part | |
---|---|
MultipartRequestEntity(Part[] parts,
FluentStringsMap methodParams)
Creates a new multipart entity containing the given parts. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |