JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH:
Uses of Interface
com.teamdev.jxbrowser.net.callback.CanSetCookieCallback.Response
Packages that use
CanSetCookieCallback.Response
Package
Description
com.teamdev.jxbrowser.net.callback
The network service callbacks.
Uses of
CanSetCookieCallback.Response
in
com.teamdev.jxbrowser.net.callback
Methods in
com.teamdev.jxbrowser.net.callback
that return
CanSetCookieCallback.Response
Modifier and Type
Method
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.