Uses of Enum
com.github.markusbernhardt.proxy.ProxySearch.Strategy
Packages that use ProxySearch.Strategy
-
Uses of ProxySearch.Strategy in com.github.markusbernhardt.proxy
Methods in com.github.markusbernhardt.proxy that return ProxySearch.StrategyModifier and TypeMethodDescriptionstatic ProxySearch.StrategyReturns 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.StrategyModifier and TypeMethodDescriptionvoidProxySearch.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.