Uses of Class
org.wildfly.extension.undertow.filters.FailoverStrategy
-
Packages that use FailoverStrategy Package Description org.wildfly.extension.undertow.filters -
-
Uses of FailoverStrategy in org.wildfly.extension.undertow.filters
Methods in org.wildfly.extension.undertow.filters that return FailoverStrategy Modifier and Type Method Description static FailoverStrategyFailoverStrategy. valueOf(String name)Returns the enum constant of this type with the specified name.static FailoverStrategy[]FailoverStrategy. values()Returns an array containing the constants of this enum type, in the order they are declared.
-