Uses of Class
com.teamdev.jxbrowser.net.proxy.SystemProxyConfig
Packages that use SystemProxyConfig
Package
Description
Provides classes that allow you to configure proxy.
-
Uses of SystemProxyConfig in com.teamdev.jxbrowser.net.proxy
Methods in com.teamdev.jxbrowser.net.proxy that return SystemProxyConfigModifier and TypeMethodDescriptionstatic SystemProxyConfig
SystemProxyConfig.newInstance()
Creates a system proxy configuration.Methods in com.teamdev.jxbrowser.net.proxy with parameters of type SystemProxyConfigModifier and TypeMethodDescriptionvoid
Proxy.config
(SystemProxyConfig proxyConfig) Updates the current proxy configuration with the givenconfig
.