Uses of Class
com.github.markusbernhardt.proxy.ProxySearch.Strategy
-
Packages that use ProxySearch.Strategy Package Description com.github.markusbernhardt.proxy -
-
Uses of ProxySearch.Strategy in com.github.markusbernhardt.proxy
Methods in com.github.markusbernhardt.proxy that return ProxySearch.Strategy Modifier and Type Method Description static ProxySearch.StrategyProxySearch.Strategy. valueOf(String name)Returns the enum constant of this type with the specified name.static ProxySearch.Strategy[]ProxySearch.Strategy. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.github.markusbernhardt.proxy with parameters of type ProxySearch.Strategy Modifier and Type Method Description voidProxySearch. addStrategy(ProxySearch.Strategy strategy)Adds an search strategy to the list of proxy searches strategies.voidProxySearch. removeStrategy(ProxySearch.Strategy strategy)Removes a search strategy from the list of proxy searches strategies.
-