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
Fields in com.github.markusbernhardt.proxy.selector.whitelist declared as HostnameFilter.Mode Modifier and Type Field Description private HostnameFilter.ModeHostnameFilter. modeMethods in com.github.markusbernhardt.proxy.selector.whitelist that return HostnameFilter.Mode Modifier and Type Method Description static HostnameFilter.ModeHostnameFilter.Mode. valueOf(java.lang.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, java.lang.String matchTo)Constructor
-