Uses of Interface
com.teamdev.jxbrowser.net.callback.BeforeSendUploadDataCallback.Response
Packages that use BeforeSendUploadDataCallback.Response
-
Uses of BeforeSendUploadDataCallback.Response in com.teamdev.jxbrowser.net.callback
Methods in com.teamdev.jxbrowser.net.callback that return BeforeSendUploadDataCallback.ResponseModifier and TypeMethodDescriptionNotifies the engine that the upload data in the URL request should be replaced with the given one.Notifies the engine that the upload data in the URL request should be replaced with the given one.BeforeSendUploadDataCallback.Response.override
(MultipartFormData multipartFormData) Notifies the engine that the upload data in the URL request should be replaced with the given one.Notifies the engine that the upload data in the URL request should be replaced with the given one.BeforeSendUploadDataCallback.Response.proceed()
Notifies the engine that the URL request should continue without modifying its upload data.