|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectwt.federation.FederatedHttpMultipart
public class FederatedHttpMultipart
Represents a MIME multipart object contained in an HTTP request or response
message.
Supported API: true
Extendable: false
| Constructor Summary | |
|---|---|
FederatedHttpMultipart()
Constructor returning an instance initialized with an empty body part vector. |
|
FederatedHttpMultipart(FederatedHttpInputStream inputStream,
String boundary)
Constructor returning an instance initialized from the result of reading the specified input stream. |
|
| Method Summary | |
|---|---|
void |
addPart(FederatedHttpBodyPart part)
Adds the specified part to the MIME multipart object. |
FederatedHttpBodyPart |
getPart(int index)
Returns the specified part of the MIME multipart object. |
void |
removePart(int index)
Removes the specified part from the MIME multipart object. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FederatedHttpMultipart()
throws WTPropertyVetoException
WTPropertyVetoException
public FederatedHttpMultipart(FederatedHttpInputStream inputStream,
String boundary)
throws WTPropertyVetoException,
wt.federation.FederationServicesException
inputStream - boundary -
WTPropertyVetoException
wt.federation.FederationServicesException| Method Detail |
|---|
public FederatedHttpBodyPart getPart(int index)
index -
public void addPart(FederatedHttpBodyPart part)
part - public void removePart(int index)
index -
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||