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 |
---|---|
LoadUrlParams.Builder |
LoadUrlParams.Builder.uploadData(TextData data)
Sets the upload data in the
text/plain format that will be sent to the resource. |
Modifier and Type | Method and Description |
---|---|
static TextData |
TextData.of(java.lang.String text)
Returns an instance of
TextData with the given upload data obtained
from the text string. |
Modifier and Type | Method and Description |
---|---|
static BeforeSendUploadDataCallback.Response |
BeforeSendUploadDataCallback.Response.override(TextData textData)
Notifies the engine that the upload data in the URL request should be replaced with the
given one.
|