|
XFA4J | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectcom.adobe.xfa.protocol.Protocol.SimplePostData
public static class Protocol.SimplePostData
Represents simple POST data.
| Field Summary | |
|---|---|
byte[] |
data
The request data that will be posted (uploaded) to the server. |
java.util.Map<java.lang.String,java.lang.String> |
headerMap
The MIME header fields, where each key is the field-name (without the terminating ":") and the corresponding value is the field-body-contents. |
| Constructor Summary | |
|---|---|
Protocol.SimplePostData(byte[] data)
Instantiates a simple post data object. |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public final java.util.Map<java.lang.String,java.lang.String> headerMap
public final byte[] data
| Constructor Detail |
|---|
public Protocol.SimplePostData(byte[] data)
data - the data to be posted.
|
XFA4J | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||