Package com.teamdev.jxbrowser.net.proxy
Interface Proxy
- All Superinterfaces:
ProfileService
Allows modifying proxy configuration.
-
Method Summary
Modifier and TypeMethodDescriptionconfig()
Returns the current proxy configuration.void
config
(AutoDetectProxyConfig proxyConfig) Updates the current proxy configuration with the givenconfig
.void
config
(CustomProxyConfig proxyConfig) Updates the current proxy configuration with the givenconfig
.void
config
(DirectProxyConfig proxyConfig) Updates the current proxy configuration with the givenconfig
.void
config
(SystemProxyConfig proxyConfig) Updates the current proxy configuration with the givenconfig
.void
config
(UrlProxyConfig proxyConfig) Updates the current proxy configuration with the givenconfig
.Methods inherited from interface com.teamdev.jxbrowser.profile.ProfileService
profile
-
Method Details
-
config
ProxyConfig config()Returns the current proxy configuration.- Throws:
ObjectClosedException
- when the profile is deleted or its engine is closed
-
config
Updates the current proxy configuration with the givenconfig
.- Parameters:
proxyConfig
- the new proxy configuration to apply- Throws:
ObjectClosedException
- when the profile is deleted or its engine is closed
-
config
Updates the current proxy configuration with the givenconfig
.- Parameters:
proxyConfig
- the new proxy configuration to apply- Throws:
ObjectClosedException
- when the profile is deleted or its engine is closed
-
config
Updates the current proxy configuration with the givenconfig
.- Parameters:
proxyConfig
- the new proxy configuration to apply- Throws:
ObjectClosedException
- when the profile is deleted or its engine is closed
-
config
Updates the current proxy configuration with the givenconfig
.- Parameters:
proxyConfig
- the new proxy configuration to apply- Throws:
ObjectClosedException
- when the profile is deleted or its engine is closed
-
config
Updates the current proxy configuration with the givenconfig
.- Parameters:
proxyConfig
- the new proxy configuration to apply- Throws:
ObjectClosedException
- when the profile is deleted or its engine is closed
-