public static interface CanSetCookieCallback.Response
CanSetCookieCallback
.Modifier and Type | Method and Description |
---|---|
static CanSetCookieCallback.Response |
can()
Notifies the engine that the received cookie can be set.
|
static CanSetCookieCallback.Response |
cannot()
Notifies the engine that the received cookie should be ignored.
|
static CanSetCookieCallback.Response can()
static CanSetCookieCallback.Response cannot()