| Package | Description |
|---|---|
| com.teamdev.jxbrowser.browser.callback |
This package provides the classes that allow you to work with browser callback.
|
| com.teamdev.jxbrowser.net.callback |
The network service callbacks.
|
| Modifier and Type | Method and Description |
|---|---|
default HostPort |
SelectClientCertificateCallback.Params.hostPort()
Returns the host and port of the server that requested the client authentication.
|
| Modifier and Type | Method and Description |
|---|---|
default HostPort |
AuthenticateCallback.Params.hostPort()
Returns the host-port pair identifying the service that requests the authentication.
|
default HostPort |
BeforeSendProxyHeadersCallback.Params.proxyServerAddress()
Returns the host-port pair representing the proxy server bound to this request.
|