Uses of Class
com.teamdev.jxbrowser.net.proxy.UrlProxyConfig
Packages that use UrlProxyConfig
Package
Description
Provides classes that allow you to configure proxy.
-
Uses of UrlProxyConfig in com.teamdev.jxbrowser.net.proxy
Methods in com.teamdev.jxbrowser.net.proxy that return UrlProxyConfigModifier and TypeMethodDescriptionstatic UrlProxyConfig
UrlProxyConfig.newInstance
(String pacUrl) Creates a proxy configuration based on the PAC file located at the givenpacUrl
.Methods in com.teamdev.jxbrowser.net.proxy with parameters of type UrlProxyConfigModifier and TypeMethodDescriptionvoid
Proxy.config
(UrlProxyConfig proxyConfig) Updates the current proxy configuration with the givenconfig
.