| Package | Description |
|---|---|
| com.teamdev.jxbrowser.net.callback |
The network service callbacks.
|
| Modifier and Type | Method and Description |
|---|---|
static CanGetCookiesCallback.Response |
CanGetCookiesCallback.Response.can()
Notifies the engine that the cookies can be sent.
|
static CanGetCookiesCallback.Response |
CanGetCookiesCallback.Response.cannot()
Notifies the engine that access to the requested cookies is forbidden and they will not
be sent to a web server.
|