Uses of Class
com.github.markusbernhardt.proxy.selector.misc.ProtocolDispatchSelector
Packages that use ProtocolDispatchSelector
Package
Description
-
Uses of ProtocolDispatchSelector in com.github.markusbernhardt.proxy.search.browser.firefox
Methods in com.github.markusbernhardt.proxy.search.browser.firefox with parameters of type ProtocolDispatchSelectorModifier and TypeMethodDescriptionprivate voidFirefoxProxySearchStrategy.installFtpProxy(ProtocolDispatchSelector ps, Properties settings) private voidFirefoxProxySearchStrategy.installHttpProxy(ProtocolDispatchSelector ps, Properties settings) private voidFirefoxProxySearchStrategy.installSecureProxy(ProtocolDispatchSelector ps, Properties settings) private voidFirefoxProxySearchStrategy.installSelectorForProtocol(ProtocolDispatchSelector ps, Properties settings, String protocol) Installs a proxy selector for the given protocol when settings are available.private voidFirefoxProxySearchStrategy.installSharedProxy(ProtocolDispatchSelector ps) private voidFirefoxProxySearchStrategy.installSocksProxy(ProtocolDispatchSelector ps, 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 ProtocolDispatchSelectorModifier and TypeMethodDescriptionprivate voidGnomeDConfProxySearchStrategy.installFtpSelector(Properties settings, ProtocolDispatchSelector ps) private voidGnomeProxySearchStrategy.installFtpSelector(Properties settings, ProtocolDispatchSelector ps) private voidGnomeDConfProxySearchStrategy.installHttpSelector(Properties settings, ProtocolDispatchSelector ps) Install a http proxy from the given settings.private voidGnomeProxySearchStrategy.installHttpSelector(Properties settings, ProtocolDispatchSelector ps) Install a http proxy from the given settings.private voidGnomeDConfProxySearchStrategy.installSecureSelector(Properties settings, ProtocolDispatchSelector ps) private voidGnomeProxySearchStrategy.installSecureSelector(Properties settings, ProtocolDispatchSelector ps) private voidGnomeDConfProxySearchStrategy.installSocksSelector(Properties settings, ProtocolDispatchSelector ps) Install a socks proxy from the given settings.private voidGnomeProxySearchStrategy.installSocksSelector(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 ProtocolDispatchSelectorModifier and TypeMethodDescriptionprivate voidOsxProxySearchStrategy.installSelectorForProtocol(PListParser.Dict proxySettings, ProtocolDispatchSelector ps, 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 ProtocolDispatchSelectorModifier and TypeMethodDescriptionprotected ProtocolDispatchSelectorCommonWindowsSearchStrategy.buildProtocolDispatchSelector(Properties properties) Methods in com.github.markusbernhardt.proxy.search.desktop.win with parameters of type ProtocolDispatchSelectorModifier and TypeMethodDescriptionprivate voidCommonWindowsSearchStrategy.addFallbackSelector(Properties settings, ProtocolDispatchSelector ps) Installs a fallback selector that is used whenever no protocol specific selector is defined.private voidCommonWindowsSearchStrategy.addSelectorForProtocol(Properties settings, String protocol, ProtocolDispatchSelector ps) Creates a selector for a given protocol.private ProxyBypassListSelectorCommonWindowsSearchStrategy.buildLocalBypassSelector(ProtocolDispatchSelector ps) Wraps the given selector to handle "local" addressesprotected ProxySelectorCommonWindowsSearchStrategy.setByPassListOnSelector(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 ProtocolDispatchSelectorModifier and TypeMethodDescriptionprivate voidJavaProxySearchStrategy.setupProxyForProtocol(ProtocolDispatchSelector ps, String protocol, int defaultPort) Parse properties for the given protocol.private booleanJavaProxySearchStrategy.setupSocktProxy(ProtocolDispatchSelector ps) Parse SOCKS settings