Uses of Class
sk.antons.web.filter.limiter.PathConf.Combo
-
Packages that use PathConf.Combo Package Description sk.antons.web.filter.limiter -
-
Uses of PathConf.Combo in sk.antons.web.filter.limiter
Fields in sk.antons.web.filter.limiter with type parameters of type PathConf.Combo Modifier and Type Field Description protected List<PathConf.Combo>PathConf. excludesprotected List<PathConf.Combo>PathConf. includesMethods in sk.antons.web.filter.limiter that return PathConf.Combo Modifier and Type Method Description static PathConf.ComboPathConf.Combo. instance(sk.antons.web.path.PathMatcher matcher, String method)static PathConf.ComboPathConf.Combo. instance(sk.antons.web.path.PathMatcher matcher, String method, String ip, String host, String contenttype, ResponseStatusCheck responseStatusCheck)Methods in sk.antons.web.filter.limiter with parameters of type PathConf.Combo 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.Combo Constructor Description ComboConf(PathConf.Combo combo, PathConf pathConf, int max)
-