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.Strategy
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.StrategyModifier and TypeMethodDescriptionvoid
ProxySearch.addStrategy
(ProxySearch.Strategy strategy) Adds an search strategy to the list of proxy searches strategies. -
Uses of ProxySearch.Strategy in com.github.markusbernhardt.proxy.ui
Fields in com.github.markusbernhardt.proxy.ui with type parameters of type ProxySearch.Strategy