| Package | Description |
|---|---|
| com.teamdev.jxbrowser.net.callback |
The network service callbacks.
|
| Modifier and Type | Method and 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.
|