Uses of Class
sk.antons.web.filter.limiter.StringConf
-
Packages that use StringConf Package Description sk.antons.web.filter.limiter -
-
Uses of StringConf in sk.antons.web.filter.limiter
Methods in sk.antons.web.filter.limiter that return StringConf Modifier and Type Method Description StringConf<RequestLimiter<T>>RequestLimiter. contentType()Content type configuration for limiter.StringConfStringConf. exclude(String value)Adds disallow value for configuration attribute.StringConf<RequestLimiter<T>>RequestLimiter. host()Host name configuration for limiter.StringConfStringConf. include(String value)Adds allow value for configuration attribute.Methods in sk.antons.web.filter.limiter with parameters of type StringConf Modifier and Type Method Description static booleanStringConfReader. allow(StringConf conf, String value)Checks if
-