Package | Description |
---|---|
com.teamdev.jxbrowser.net.proxy |
Provides classes that allow you to configure proxy.
|
Modifier and Type | Method and Description |
---|---|
static UrlProxyConfig |
UrlProxyConfig.newInstance(java.lang.String pacUrl)
Creates a proxy configuration based on the PAC file located at the given
pacUrl . |
Modifier and Type | Method and Description |
---|---|
void |
Proxy.config(UrlProxyConfig proxyConfig)
Updates the current proxy configuration with the given
config . |