Package | Description |
---|---|
com.teamdev.jxbrowser.net.proxy |
Provides classes that allow you to configure proxy.
|
Modifier and Type | Method and Description |
---|---|
static CustomProxyConfig |
CustomProxyConfig.newInstance(java.lang.String proxyRules)
Creates a custom proxy configuration based on the given
proxyRules . |
static CustomProxyConfig |
CustomProxyConfig.newInstance(java.lang.String proxyRules,
java.lang.String proxyExceptions)
Creates a custom proxy configuration based on the given
proxyRules and proxyExceptions . |
Modifier and Type | Method and Description |
---|---|
void |
Proxy.config(CustomProxyConfig proxyConfig)
Updates the current proxy configuration with the given
config . |