public interface CanGetCookiesCallback extends NetworkSyncCallback<CanGetCookiesCallback.Params,CanGetCookiesCallback.Response>
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.
Modifier and Type | Interface and Description |
---|---|
static interface |
CanGetCookiesCallback.Params
The parameters of the
CanGetCookiesCallback . |
static interface |
CanGetCookiesCallback.Response
A response for
CanGetCookiesCallback . |
on