Package | Description |
---|---|
com.teamdev.jxbrowser.net.callback |
The network service callbacks.
|
Modifier and Type | Method and Description |
---|---|
static CanSetCookieCallback.Response |
CanSetCookieCallback.Response.can()
Notifies the engine that the received cookie can be set.
|
static CanSetCookieCallback.Response |
CanSetCookieCallback.Response.cannot()
Notifies the engine that the received cookie should be ignored.
|