| Package | Description |
|---|---|
| com.teamdev.jxbrowser.chromium |
Contains the basic classes and interfaces.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BytesData
Contains upload parameters represented as plain bytes.
|
class |
FormData
Represents POST data parameters if the Content-Type is
application/x-www-form-urlencoded. |
class |
MultipartFormData
Represents POST data parameters if the Content-Type is
multipart/form-data. |
class |
TextData
Contains POST parameters which cannot be represented as
FormData
or MultipartFormData but can be represented as plain text. |