Uses of Interface
com.teamdev.jxbrowser.net.callback.NetworkCallback
Packages that use NetworkCallback
-
Uses of NetworkCallback in com.teamdev.jxbrowser.net.callback
Subinterfaces of NetworkCallback in com.teamdev.jxbrowser.net.callbackModifier and TypeInterfaceDescriptioninterfaceThe callback that is invoked when an HTTP request receives an authentication challenge and is unable to respond using cached credentials.interfaceThe callback that is invoked before the upload data is sent to the web server.interfaceThe callback that is invoked before the network transaction starts.interfaceThe callback is invoked when an HTTP request is about to occur.interfaceThe callback is invoked when the engine checks if the given file can be accessed or not.interfaceThe callback is invoked to check if the engine can access the given cookie or not.interfaceThe callback is invoked to check if the given cookie can be set or not.interfaceNetworkAsyncCallback<P,R extends AsyncCallbackAction> A common interface for all asynchronous network service callbacks must extend.interfaceNetworkSyncCallback<P,R> A common interface for all synchronous network service callbacks must extend.interfaceThe callback is invoked when the response headers have been received for a URL request.interfaceThe callback is invoked when certificate verification is required.