Package | Description |
---|---|
com.teamdev.jxbrowser.net |
Contains classes and interfaces for working with network.
|
Modifier and Type | Method and Description |
---|---|
static FormData.Pair |
FormData.Pair.of(java.lang.String key,
java.lang.String value)
Returns the
Pair instance for the given key and value . |
Modifier and Type | Method and Description |
---|---|
default java.util.List<FormData.Pair> |
FormData.data()
Returns an immutable list of the key-value pairs each representing a segment of a form data
or an empty list if the form does not contain any data.
|
Modifier and Type | Method and Description |
---|---|
FormData.Builder |
FormData.Builder.addPair(FormData.Pair pair)
Sets the key-value pair that represents a segment of the form data.
|