Uses of Class
org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.Mode
-
Packages that use EatWhatYouKill.Mode Package Description org.eclipse.jetty.util.thread.strategy -
-
Uses of EatWhatYouKill.Mode in org.eclipse.jetty.util.thread.strategy
Methods in org.eclipse.jetty.util.thread.strategy that return EatWhatYouKill.Mode Modifier and Type Method Description static EatWhatYouKill.Mode
EatWhatYouKill.Mode. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static EatWhatYouKill.Mode[]
EatWhatYouKill.Mode. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-