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.voidconfig(AutoDetectProxyConfig proxyConfig) Updates the current proxy configuration with the givenconfig.voidconfig(CustomProxyConfig proxyConfig) Updates the current proxy configuration with the givenconfig.voidconfig(DirectProxyConfig proxyConfig) Updates the current proxy configuration with the givenconfig.voidconfig(SystemProxyConfig proxyConfig) Updates the current proxy configuration with the givenconfig.voidconfig(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
-