|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Part | |
org.apache.commons.httpclient.methods | Classes implementing HttpMethod for the base HTTP methods. |
org.apache.commons.httpclient.methods.multipart | Provides Multipart support classes for the MultipartPostMethod . |
Uses of Part in org.apache.commons.httpclient.methods |
Methods in org.apache.commons.httpclient.methods that return Part | |
Part[] |
MultipartPostMethod.getParts()
Returns all parts. |
Methods in org.apache.commons.httpclient.methods with parameters of type Part | |
void |
MultipartPostMethod.addPart(Part part)
Adds a part. |
Uses of Part in org.apache.commons.httpclient.methods.multipart |
Subclasses of Part in org.apache.commons.httpclient.methods.multipart | |
class |
FilePart
This class implements a part of a Multipart post object that consists of a file. |
class |
PartBase
Provides setters and getters for the basic Part properties. |
class |
StringPart
Simple string parameter for a multipart post |
Methods in org.apache.commons.httpclient.methods.multipart with parameters of type Part | |
static void |
Part.sendParts(OutputStream out,
Part[] parts)
Write all parts and the last boundary to the specified output stream |
static long |
Part.getLengthOfParts(Part[] parts)
Return the total sum of all parts and that of the last boundary |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |