Interface CanGetCookiesCallback
- All Superinterfaces:
Callback
,NetworkCallback
,NetworkSyncCallback<CanGetCookiesCallback.Params,
,CanGetCookiesCallback.Response> SyncCallback<CanGetCookiesCallback.Params,
CanGetCookiesCallback.Response>
public interface CanGetCookiesCallback
extends NetworkSyncCallback<CanGetCookiesCallback.Params,CanGetCookiesCallback.Response>
The callback is invoked to check if the engine can access the given cookie or not.
Use the CanGetCookiesCallback.Response.can()
method to allow access to the cookie
Use the CanGetCookiesCallback.Response.cannot()
} method to deny access to the cookie.
If the callback throws an exception, the CanGetCookiesCallback.Response.can()
method will be invoked.
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
The parameters of theCanGetCookiesCallback
.static interface
A response forCanGetCookiesCallback
. -
Method Summary
Methods inherited from interface com.teamdev.jxbrowser.callback.SyncCallback
on