Interface BeforeSendUploadDataCallback
- All Superinterfaces:
Callback
,NetworkCallback
,NetworkSyncCallback<BeforeSendUploadDataCallback.Params,
,BeforeSendUploadDataCallback.Response> SyncCallback<BeforeSendUploadDataCallback.Params,
BeforeSendUploadDataCallback.Response>
public interface BeforeSendUploadDataCallback
extends NetworkSyncCallback<BeforeSendUploadDataCallback.Params,BeforeSendUploadDataCallback.Response>
The callback that is invoked before the upload data is sent to the web server.
The callback can be used to override the upload data before it is sent to the web server.
Use one of the override()
methods to modify the upload data.
Use the BeforeSendUploadDataCallback.Response.proceed()
method if you do not need to modify the upload data.
If the callback throws an exception, the BeforeSendUploadDataCallback.Response.proceed()
method will be invoked.
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
The parameters of theBeforeSendUploadDataCallback
.static interface
A response forBeforeSendUploadDataCallback
. -
Method Summary
Methods inherited from interface com.teamdev.jxbrowser.callback.SyncCallback
on