Uses of Enum
com.github.markusbernhardt.proxy.ProxySearch.Strategy
Packages that use ProxySearch.Strategy
-
Uses of ProxySearch.Strategy in com.github.markusbernhardt.proxy
Subclasses with type arguments of type ProxySearch.Strategy in com.github.markusbernhardt.proxyModifier and TypeClassDescriptionstatic enumTypes of proxy detection supported by the builder.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. -
Uses of ProxySearch.Strategy in com.github.markusbernhardt.proxy.ui
Fields in com.github.markusbernhardt.proxy.ui with type parameters of type ProxySearch.Strategy