| Modifier and Type | Field and Description |
|---|---|
byte[] |
data
The request data that will be posted (uploaded) to the server.
|
Map<String,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 and Description |
|---|
SimplePostData(byte[] data)
Instantiates a simple post data object.
|
public final Map<String,String> headerMap
public final byte[] data
Copyright © 2010 - 2020 Adobe. All Rights Reserved