Uses of Class
com.github.markusbernhardt.proxy.selector.misc.ProtocolDispatchSelector
-
-
Uses of ProtocolDispatchSelector in com.github.markusbernhardt.proxy.search.browser.firefox
Methods in com.github.markusbernhardt.proxy.search.browser.firefox with parameters of type ProtocolDispatchSelector Modifier and Type Method Description private voidFirefoxProxySearchStrategy. installFtpProxy(ProtocolDispatchSelector ps, java.util.Properties settings)private voidFirefoxProxySearchStrategy. installHttpProxy(ProtocolDispatchSelector ps, java.util.Properties settings)private voidFirefoxProxySearchStrategy. installSecureProxy(ProtocolDispatchSelector ps, java.util.Properties settings)private voidFirefoxProxySearchStrategy. installSelectorForProtocol(ProtocolDispatchSelector ps, java.util.Properties settings, java.lang.String protocol)Installs a proxy selector for the given protocol when settings are available.private voidFirefoxProxySearchStrategy. installSharedProxy(ProtocolDispatchSelector ps)private voidFirefoxProxySearchStrategy. installSocksProxy(ProtocolDispatchSelector ps, java.util.Properties settings) -
Uses of ProtocolDispatchSelector in com.github.markusbernhardt.proxy.search.desktop.gnome
Methods in com.github.markusbernhardt.proxy.search.desktop.gnome with parameters of type ProtocolDispatchSelector Modifier and Type Method Description private voidGnomeDConfProxySearchStrategy. installFtpSelector(java.util.Properties settings, ProtocolDispatchSelector ps)private voidGnomeProxySearchStrategy. installFtpSelector(java.util.Properties settings, ProtocolDispatchSelector ps)private voidGnomeDConfProxySearchStrategy. installHttpSelector(java.util.Properties settings, ProtocolDispatchSelector ps)Install a http proxy from the given settings.private voidGnomeProxySearchStrategy. installHttpSelector(java.util.Properties settings, ProtocolDispatchSelector ps)Install a http proxy from the given settings.private voidGnomeDConfProxySearchStrategy. installSecureSelector(java.util.Properties settings, ProtocolDispatchSelector ps)private voidGnomeProxySearchStrategy. installSecureSelector(java.util.Properties settings, ProtocolDispatchSelector ps)private voidGnomeDConfProxySearchStrategy. installSocksSelector(java.util.Properties settings, ProtocolDispatchSelector ps)Install a socks proxy from the given settings.private voidGnomeProxySearchStrategy. installSocksSelector(java.util.Properties settings, ProtocolDispatchSelector ps)Install a socks proxy from the given settings. -
Uses of ProtocolDispatchSelector in com.github.markusbernhardt.proxy.search.desktop.osx
Methods in com.github.markusbernhardt.proxy.search.desktop.osx with parameters of type ProtocolDispatchSelector Modifier and Type Method Description private voidOsxProxySearchStrategy. installSelectorForProtocol(PListParser.Dict proxySettings, ProtocolDispatchSelector ps, java.lang.String protocol)Installs a proxy selector for the given protocoll on the ProtocolDispatchSelectorprivate voidOsxProxySearchStrategy. installSocksProxy(PListParser.Dict proxySettings, ProtocolDispatchSelector ps)Build a socks proxy and set it for the socks protocol. -
Uses of ProtocolDispatchSelector in com.github.markusbernhardt.proxy.search.desktop.win
Methods in com.github.markusbernhardt.proxy.search.desktop.win that return ProtocolDispatchSelector Modifier and Type Method Description protected ProtocolDispatchSelectorCommonWindowsSearchStrategy. buildProtocolDispatchSelector(java.util.Properties properties)Methods in com.github.markusbernhardt.proxy.search.desktop.win with parameters of type ProtocolDispatchSelector Modifier and Type Method Description private voidCommonWindowsSearchStrategy. addFallbackSelector(java.util.Properties settings, ProtocolDispatchSelector ps)Installs a fallback selector that is used whenever no protocol specific selector is defined.private voidCommonWindowsSearchStrategy. addSelectorForProtocol(java.util.Properties settings, java.lang.String protocol, ProtocolDispatchSelector ps)Creates a selector for a given protocol.private ProxyBypassListSelectorCommonWindowsSearchStrategy. buildLocalBypassSelector(ProtocolDispatchSelector ps)Wraps the given selector to handle "local" addressesprotected java.net.ProxySelectorCommonWindowsSearchStrategy. setByPassListOnSelector(java.lang.String bypassList, ProtocolDispatchSelector ps)Installs the proxy exclude list on the given selector. -
Uses of ProtocolDispatchSelector in com.github.markusbernhardt.proxy.search.java
Methods in com.github.markusbernhardt.proxy.search.java with parameters of type ProtocolDispatchSelector Modifier and Type Method Description private voidJavaProxySearchStrategy. setupProxyForProtocol(ProtocolDispatchSelector ps, java.lang.String protocol, int defaultPort)Parse properties for the given protocol.private booleanJavaProxySearchStrategy. setupSocktProxy(ProtocolDispatchSelector ps)Parse SOCKS settings
-