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 UrlProxyConfigUrlProxyConfig.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 TypeMethodDescriptionvoidProxy.config(UrlProxyConfig proxyConfig) Updates the current proxy configuration with the givenconfig.