| Package | Description |
|---|---|
| com.teamdev.jxbrowser.engine |
This package provides the classes that allow you to work with engines.
|
| com.teamdev.jxbrowser.net.callback |
The network service callbacks.
|
| com.teamdev.jxbrowser.net.proxy |
Provides classes that allow you to configure proxy.
|
| Class and Description |
|---|
| Proxy
Allows modifying the proxy configuration for the current engine.
|
| Class and Description |
|---|
| ProxyType
The proxy types.
|
| Class and Description |
|---|
| AutoDetectProxyConfig
With this proxy configuration the connection automatically detects proxy settings.
|
| CustomProxyConfig
A custom proxy settings.
|
| DirectProxyConfig
With this proxy configuration the connection does not use a proxy server.
|
| ProxyConfig
A common interface all proxy configurations must extend.
|
| ProxyType
The proxy types.
|
| SystemProxyConfig |
| UrlProxyConfig
With this proxy configuration the connection uses proxy settings received from proxy auto-config
(PAC) file which is located at the specific address.
|