Uses of Class
org.eclipse.jetty.servlets.DoSFilter.RateType
-
-
Uses of DoSFilter.RateType in org.eclipse.jetty.servlets
Methods in org.eclipse.jetty.servlets that return DoSFilter.RateType Modifier and Type Method Description protected DoSFilter.RateTypeDoSFilter. getMaxPriority()DoSFilter.RateTypeDoSFilter.OverLimit. getRateType()static DoSFilter.RateTypeDoSFilter.RateType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static DoSFilter.RateType[]DoSFilter.RateType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-