Package | Description |
---|---|
com.teamdev.jxbrowser.net.callback |
The network service callbacks.
|
Modifier and Type | Method and Description |
---|---|
static BeforeUrlRequestCallback.Response |
BeforeUrlRequestCallback.Response.cancel()
Notifies the engine that the URL request should be canceled.
|
static BeforeUrlRequestCallback.Response |
BeforeUrlRequestCallback.Response.proceed()
Notifies the engine that the URL request should continue without redirection.
|
static BeforeUrlRequestCallback.Response |
BeforeUrlRequestCallback.Response.redirect(java.lang.String newUrl)
Notifies the engine that the URL request should be redirected to the given url.
|