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