Package | Description |
---|---|
edu.internet2.middleware.grouperClientExt.org.apache.commons.httpclient.methods |
Classes implementing
org.apache.commons.httpclient.HttpMethod for the base HTTP methods. |
edu.internet2.middleware.grouperClientExt.org.apache.commons.httpclient.methods.multipart |
Provides Multipart support classes for the
org.apache.commons.httpclient.methods.MultipartPostMethod . |
Modifier and Type | Method and Description |
---|---|
Part[] |
MultipartPostMethod.getParts()
Deprecated.
Returns all parts.
|
Modifier and Type | Method and Description |
---|---|
void |
MultipartPostMethod.addPart(Part part)
Deprecated.
Adds a part.
|
Modifier and Type | Class and Description |
---|---|
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
|
Modifier and Type | Field and Description |
---|---|
protected Part[] |
MultipartRequestEntity.parts
The MIME parts as set by the constructor
|
Modifier and Type | Method and Description |
---|---|
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.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.
|
Constructor and Description |
---|
MultipartRequestEntity(Part[] parts,
HttpMethodParams params)
Creates a new multipart entity containing the given parts.
|
Copyright © 2016 Internet2. All rights reserved.