Package com.teamdev.jxbrowser.net.callback
@ParametersAreNonnullByDefault
package com.teamdev.jxbrowser.net.callback
The network service callbacks.
-
ClassDescriptionThe callback that is invoked when an HTTP request receives an authentication challenge and is unable to respond using cached credentials.An action providing a response to the
AuthenticateCallback
.The parameters of theAuthenticateCallback
.The callback that is invoked before the upload data is sent to the web server.The parameters of theBeforeSendUploadDataCallback
.A response forBeforeSendUploadDataCallback
.The callback that is invoked before the network transaction starts.The parameters of theBeforeStartTransactionCallback
.A response forBeforeStartTransactionCallback
.The callback is invoked when an HTTP request is about to occur.The parameters of theBeforeUrlRequestCallback
.A response forBeforeUrlRequestCallback
.The callback is invoked when the engine checks if the given file can be accessed or not.The parameters of theCanAccessFileCallback
.A response forCanAccessFileCallback
.The callback is invoked to check if the engine can access the given cookie or not.The parameters of theCanGetCookiesCallback
.A response forCanGetCookiesCallback
.The callback is invoked to check if the given cookie can be set or not.The parameters of theCanSetCookieCallback
.A response forCanSetCookieCallback
.The callback is invoked when a URL request is about to be sent out.The parameters of theInterceptUrlRequestCallback
.A response forInterceptUrlRequestCallback
.NetworkAsyncCallback<P,R extends AsyncCallbackAction> A common interface for all asynchronous network service callbacks must extend.A common interface for all network service callbacks must extend.NetworkSyncCallback<P,R> A common interface for all synchronous network service callbacks must extend.The callback is invoked when the response headers have been received for a URL request.The parameters of theReceiveHeadersCallback
.A response forReceiveHeadersCallback
.The callback is invoked when certificate verification is required.The parameters of theVerifyCertificateCallback
.A response forVerifyCertificateCallback
.