Uses of Interface
sk.antons.web.filter.limiter.ResponseStatusCheck
-
Packages that use ResponseStatusCheck Package Description sk.antons.web.filter.limiter -
-
Uses of ResponseStatusCheck in sk.antons.web.filter.limiter
Methods in sk.antons.web.filter.limiter with parameters of type ResponseStatusCheck Modifier and Type Method Description PathConfPathConf. exclude(String pattern, String method, String ip, String host, String contenttype, ResponseStatusCheck responseStatusCheck)Add exclude path matcherPathConfPathConf. include(String pattern, String method, String ip, String host, String contenttype, ResponseStatusCheck responseStatusCheck)Add include path matcherstatic PathConf.ComboPathConf.Combo. instance(sk.antons.web.path.PathMatcher matcher, String method, String ip, String host, String contenttype, ResponseStatusCheck responseStatusCheck)RequestLimiterRequestLimiter. responseStatus(ResponseStatusCheck check)Response status configuration for limiter.PathConf.ComboConfPathConf.ComboConf. withResponseStatus(ResponseStatusCheck check)Constructors in sk.antons.web.filter.limiter with parameters of type ResponseStatusCheck Constructor Description Combo(sk.antons.web.path.PathMatcher matcher, String method, String ip, String host, String contenttype, ResponseStatusCheck responseStatusCheck)
-