Uses of Class
sk.antons.web.filter.limiter.PathConf
-
Packages that use PathConf Package Description sk.antons.web.filter.limiter -
-
Uses of PathConf in sk.antons.web.filter.limiter
Methods in sk.antons.web.filter.limiter that return PathConf Modifier and Type Method Description PathConfPathConf.ComboConf. exclude(String pattern)PathConfPathConf.ComboConf. exclude(String pattern, String method)PathConf<T>PathConf. exclude(String pattern)Add exclude path matcherPathConf<T>PathConf. exclude(String pattern, String method)Add exclude path matcherPathConf<T>PathConf. exclude(String pattern, String method, String ip, String host, String contenttype, ResponseStatusCheck responseStatusCheck)Add exclude path matcherPathConfPathConf.ComboConf. include(String pattern)PathConfPathConf.ComboConf. include(String pattern, String method)PathConf<T>PathConf. include(String pattern)Add include path matcherPathConf<T>PathConf. include(String pattern, String method)Add include path matcherPathConf<T>PathConf. include(String pattern, String method, String ip, String host, String contenttype, ResponseStatusCheck responseStatusCheck)Add include path matcherPathConf<RequestLimiter<T>>RequestLimiter. path()Path mather configuration for limiter.PathConf<T>PathConf. reset(int max)Clears all setting for path configuration.Methods in sk.antons.web.filter.limiter with parameters of type PathConf Modifier and Type Method Description static PathConf.ComboConfPathConf.ComboConf. instance(PathConf.Combo combo, PathConf pathConf, int max)Constructors in sk.antons.web.filter.limiter with parameters of type PathConf Constructor Description ComboConf(PathConf.Combo combo, PathConf pathConf, int max)
-