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 void
FirefoxProxySearchStrategy. installFtpProxy(ProtocolDispatchSelector ps, java.util.Properties settings)
private void
FirefoxProxySearchStrategy. installHttpProxy(ProtocolDispatchSelector ps, java.util.Properties settings)
private void
FirefoxProxySearchStrategy. installSecureProxy(ProtocolDispatchSelector ps, java.util.Properties settings)
private void
FirefoxProxySearchStrategy. installSelectorForProtocol(ProtocolDispatchSelector ps, java.util.Properties settings, java.lang.String protocol)
Installs a proxy selector for the given protocol when settings are available.private void
FirefoxProxySearchStrategy. installSharedProxy(ProtocolDispatchSelector ps)
private void
FirefoxProxySearchStrategy. 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 void
GnomeDConfProxySearchStrategy. installFtpSelector(java.util.Properties settings, ProtocolDispatchSelector ps)
private void
GnomeProxySearchStrategy. installFtpSelector(java.util.Properties settings, ProtocolDispatchSelector ps)
private void
GnomeDConfProxySearchStrategy. installHttpSelector(java.util.Properties settings, ProtocolDispatchSelector ps)
Install a http proxy from the given settings.private void
GnomeProxySearchStrategy. installHttpSelector(java.util.Properties settings, ProtocolDispatchSelector ps)
Install a http proxy from the given settings.private void
GnomeDConfProxySearchStrategy. installSecureSelector(java.util.Properties settings, ProtocolDispatchSelector ps)
private void
GnomeProxySearchStrategy. installSecureSelector(java.util.Properties settings, ProtocolDispatchSelector ps)
private void
GnomeDConfProxySearchStrategy. installSocksSelector(java.util.Properties settings, ProtocolDispatchSelector ps)
Install a socks proxy from the given settings.private void
GnomeProxySearchStrategy. 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 void
OsxProxySearchStrategy. installSelectorForProtocol(PListParser.Dict proxySettings, ProtocolDispatchSelector ps, java.lang.String protocol)
Installs a proxy selector for the given protocoll on the ProtocolDispatchSelectorprivate void
OsxProxySearchStrategy. 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 ProtocolDispatchSelector
CommonWindowsSearchStrategy. 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 void
CommonWindowsSearchStrategy. addFallbackSelector(java.util.Properties settings, ProtocolDispatchSelector ps)
Installs a fallback selector that is used whenever no protocol specific selector is defined.private void
CommonWindowsSearchStrategy. addSelectorForProtocol(java.util.Properties settings, java.lang.String protocol, ProtocolDispatchSelector ps)
Creates a selector for a given protocol.private ProxyBypassListSelector
CommonWindowsSearchStrategy. buildLocalBypassSelector(ProtocolDispatchSelector ps)
Wraps the given selector to handle "local" addressesprotected java.net.ProxySelector
CommonWindowsSearchStrategy. 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 void
JavaProxySearchStrategy. setupProxyForProtocol(ProtocolDispatchSelector ps, java.lang.String protocol, int defaultPort)
Parse properties for the given protocol.private boolean
JavaProxySearchStrategy. setupSocktProxy(ProtocolDispatchSelector ps)
Parse SOCKS settings
-