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.CanAccessFileCallback.Response
Packages that use
CanAccessFileCallback.Response
Package
Description
com.teamdev.jxbrowser.net.callback
The network service callbacks.
Uses of
CanAccessFileCallback.Response
in
com.teamdev.jxbrowser.net.callback
Methods in
com.teamdev.jxbrowser.net.callback
that return
CanAccessFileCallback.Response
Modifier and Type
Method
Description
static
CanAccessFileCallback.Response
CanAccessFileCallback.Response.
can
()
Notifies the engine that the request can access the required file.
static
CanAccessFileCallback.Response
CanAccessFileCallback.Response.
cannot
()
Notifies the engine that the request cannot access the required file.