Package | Description |
---|---|
com.teamdev.jxbrowser.net.callback |
The network service callbacks.
|
Modifier and Type | Method and Description |
---|---|
static BeforeSendUploadDataCallback.Response |
BeforeSendUploadDataCallback.Response.override(ByteData byteData)
Notifies the engine that the upload data in the URL request should be replaced with the
given one.
|
static BeforeSendUploadDataCallback.Response |
BeforeSendUploadDataCallback.Response.override(FormData formData)
Notifies the engine that the upload data in the URL request should be replaced with the
given one.
|
static BeforeSendUploadDataCallback.Response |
BeforeSendUploadDataCallback.Response.override(MultipartFormData multipartFormData)
Notifies the engine that the upload data in the URL request should be replaced with the
given one.
|
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.
|
static BeforeSendUploadDataCallback.Response |
BeforeSendUploadDataCallback.Response.proceed()
Notifies the engine that the URL request should continue without modifying its upload
data.
|