Uses of Interface
com.github.markusbernhardt.proxy.ProxySearchStrategy
Packages that use ProxySearchStrategy
Package
Description
-
Uses of ProxySearchStrategy in com.github.markusbernhardt.proxy
Classes in com.github.markusbernhardt.proxy that implement ProxySearchStrategyModifier and TypeClassDescriptionclassMain class to setup and initialize the proxy detection system.
This class can be used to select a proxy discovery strategy.
Implements the "Builder" pattern.
UseaddStrategyto add one or more search strategies.
If you are done call thegetProxySelectormethod.Methods in com.github.markusbernhardt.proxy with parameters of type ProxySearchStrategyModifier and TypeMethodDescriptionvoidProxySearch.addStrategy(ProxySearchStrategy customStrategy, boolean addAsFirst) Adds an search strategy to the list of proxy searches strategies. -
Uses of ProxySearchStrategy in com.github.markusbernhardt.proxy.search.browser.firefox
Classes in com.github.markusbernhardt.proxy.search.browser.firefox that implement ProxySearchStrategyModifier and TypeClassDescriptionclassLoads the Firefox3 proxy settings from the users Firefox3 settings. -
Uses of ProxySearchStrategy in com.github.markusbernhardt.proxy.search.browser.ie
Classes in com.github.markusbernhardt.proxy.search.browser.ie that implement ProxySearchStrategyModifier and TypeClassDescriptionclassExtracts the proxy settings for Microsoft Internet Explorer. -
Uses of ProxySearchStrategy in com.github.markusbernhardt.proxy.search.desktop
Classes in com.github.markusbernhardt.proxy.search.desktop that implement ProxySearchStrategyModifier and TypeClassDescriptionclassThis search provider will try to find out on which desktop platform we are running and then will initialize the default proxy search. -
Uses of ProxySearchStrategy in com.github.markusbernhardt.proxy.search.desktop.gnome
Classes in com.github.markusbernhardt.proxy.search.desktop.gnome that implement ProxySearchStrategyModifier and TypeClassDescriptionclassLoads the Gnome proxy settings from the Gnome GConf settings.classLoads the Gnome proxy settings from the Gnome GConf settings. -
Uses of ProxySearchStrategy in com.github.markusbernhardt.proxy.search.desktop.kde
Classes in com.github.markusbernhardt.proxy.search.desktop.kde that implement ProxySearchStrategyModifier and TypeClassDescriptionclassLoads the KDE4 proxy settings from the KDE kioslaverc file. -
Uses of ProxySearchStrategy in com.github.markusbernhardt.proxy.search.desktop.osx
Classes in com.github.markusbernhardt.proxy.search.desktop.osx that implement ProxySearchStrategyModifier and TypeClassDescriptionclassLoads the OSX system proxy settings from the settings file. -
Uses of ProxySearchStrategy in com.github.markusbernhardt.proxy.search.desktop.win
Classes in com.github.markusbernhardt.proxy.search.desktop.win that implement ProxySearchStrategyModifier and TypeClassDescriptionclassContains common methods used in search strategies for both Windows and IE.classExtracts the proxy settings from the windows registry. -
Uses of ProxySearchStrategy in com.github.markusbernhardt.proxy.search.env
Classes in com.github.markusbernhardt.proxy.search.env that implement ProxySearchStrategyModifier and TypeClassDescriptionclassReads some environment variables and extracts the proxy settings from them. -
Uses of ProxySearchStrategy in com.github.markusbernhardt.proxy.search.java
Classes in com.github.markusbernhardt.proxy.search.java that implement ProxySearchStrategyModifier and TypeClassDescriptionclassReads some java system properties and extracts the proxy settings from them. -
Uses of ProxySearchStrategy in com.github.markusbernhardt.proxy.search.wpad
Classes in com.github.markusbernhardt.proxy.search.wpad that implement ProxySearchStrategyModifier and TypeClassDescriptionclassUses automatic proxy script search (WPAD) to find an PAC file automatically.classUses automatic proxy script search (WPAD) to find an PAC file automatically.