Uses of Enum
com.github.markusbernhardt.proxy.selector.whitelist.HostnameFilter.Mode
Packages that use HostnameFilter.Mode
-
Uses of HostnameFilter.Mode in com.github.markusbernhardt.proxy.selector.whitelist
Fields in com.github.markusbernhardt.proxy.selector.whitelist declared as HostnameFilter.ModeMethods in com.github.markusbernhardt.proxy.selector.whitelist that return HostnameFilter.ModeModifier and TypeMethodDescriptionstatic HostnameFilter.Mode
Returns the enum constant of this type with the specified name.static HostnameFilter.Mode[]
HostnameFilter.Mode.values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.github.markusbernhardt.proxy.selector.whitelist with parameters of type HostnameFilter.ModeModifierConstructorDescriptionHostnameFilter
(HostnameFilter.Mode mode, String matchTo) Constructor