Package | Description |
---|---|
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 |
---|---|
static BytesData |
BytesData.of(byte[] data)
Returns an instance of
BytesData with the given upload data bytes. |
static BytesData |
BytesData.of(java.lang.String data)
Returns an instance of
BytesData with the given upload data bytes obtained from the
data string. |
Modifier and Type | Method and Description |
---|---|
static BeforeSendUploadDataCallback.Response |
BeforeSendUploadDataCallback.Response.override(BytesData bytesData)
Notifies the engine that the upload data in the URL request should be replaced with the
given one.
|