Uses of Class
com.teamdev.jxbrowser.net.proxy.CustomProxyConfig
Package
Description
Provides classes that allow you to configure proxy.
-
Uses of CustomProxyConfig in com.teamdev.jxbrowser.net.proxy
Modifier and TypeMethodDescriptionstatic CustomProxyConfig
CustomProxyConfig.newInstance
(String proxyRules) Creates a custom proxy configuration based on the givenproxyRules
.static CustomProxyConfig
CustomProxyConfig.newInstance
(String proxyRules, String proxyExceptions) Creates a custom proxy configuration based on the givenproxyRules
andproxyExceptions
.Modifier and TypeMethodDescriptionvoid
Proxy.config
(CustomProxyConfig proxyConfig) Updates the current proxy configuration with the givenconfig
.