Package | Description |
---|---|
com.teamdev.jxbrowser.net.proxy |
Provides classes that allow you to configure proxy.
|
Modifier and Type | Class and Description |
---|---|
class |
AutoDetectProxyConfig
With this proxy configuration the connection automatically detects proxy settings.
|
class |
CustomProxyConfig
A custom proxy settings.
|
class |
DirectProxyConfig
With this proxy configuration the connection does not use a proxy server.
|
class |
SystemProxyConfig |
class |
UrlProxyConfig
With this proxy configuration the connection uses proxy settings received from proxy auto-config
(PAC) file which is located at the specific address.
|
Modifier and Type | Method and Description |
---|---|
ProxyConfig |
Proxy.config()
Returns the current proxy configuration.
|