Uses of Class
com.github.markusbernhardt.proxy.selector.whitelist.HostnameFilter.Mode
-
Packages that use HostnameFilter.Mode Package Description com.github.markusbernhardt.proxy.selector.whitelist -
-
Uses of HostnameFilter.Mode in com.github.markusbernhardt.proxy.selector.whitelist
Methods in com.github.markusbernhardt.proxy.selector.whitelist that return HostnameFilter.Mode Modifier and Type Method Description static HostnameFilter.ModeHostnameFilter.Mode. valueOf(String name)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.Mode Constructor Description HostnameFilter(HostnameFilter.Mode mode, String matchTo)Constructor
-