Package com.adobe.xfa.protocol
Class Protocol.SimplePostData
java.lang.Object
com.adobe.xfa.protocol.Protocol.SimplePostData
- Enclosing interface:
Protocol
Represents simple POST data.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
headerMap
The MIME header fields, where each key is the field-name (without the terminating ":") and the corresponding value is the field-body-contents. -
data
public final byte[] dataThe request data that will be posted (uploaded) to the server.
-
-
Constructor Details
-
SimplePostData
public SimplePostData(byte[] data) Instantiates a simple post data object.- Parameters:
data- the data to be posted.
-