Package | Description |
---|---|
com.teamdev.jxbrowser.navigation |
Contains classes and interfaces for working with navigation.
|
com.teamdev.jxbrowser.net |
Contains classes and interfaces for working with network.
|
com.teamdev.jxbrowser.net.callback |
The network service callbacks.
|
Modifier and Type | Method and Description |
---|---|
default java.util.Optional<UploadData> |
LoadUrlParams.uploadData()
Returns the upload data that will be sent to the resource or an empty
Optional if
there is no upload data. |
Modifier and Type | Interface and Description |
---|---|
interface |
ByteData
An upload data as a sequence of bytes.
|
interface |
FormData
An upload data of the
application/x-www-form-urlencoded content type. |
interface |
MultipartFormData
An upload data of the
multipart/form-data content type. |
interface |
TextData
An upload data of the
text/plain content type. |
Modifier and Type | Method and Description |
---|---|
default UploadData |
BeforeSendUploadDataCallback.Params.uploadData()
Returns the upload data retrieved from the URL request.
|
Modifier and Type | Method and Description |
---|---|
java.util.Optional<UploadData> |
InterceptUrlRequestCallback.Params.uploadData()
Returns an
Optional that contains the upload data in the request or an empty
Optional if the request does not have any upload data. |