|
XFA4J | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectcom.adobe.xfa.protocol.Protocol.MultiPartDesc
public static class Protocol.MultiPartDesc
Represents multipart/form-data in a request.
| Field Summary | |
|---|---|
Protocol.SectionDataOption |
eSectionDataOption
Describes an entry in a multipart MIME section. |
byte[] |
value
Contains the content for this entry in a multipart MIME section. |
| Constructor Summary | |
|---|---|
Protocol.MultiPartDesc(Protocol.SectionDataOption eSectionDataOption,
byte[] value)
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public final Protocol.SectionDataOption eSectionDataOption
public final byte[] value
| Constructor Detail |
|---|
public Protocol.MultiPartDesc(Protocol.SectionDataOption eSectionDataOption,
byte[] value)
|
XFA4J | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||