Package sk.antons.web.filter.limiter
Class PathConf.Combo
- java.lang.Object
-
- sk.antons.web.filter.limiter.PathConf.Combo
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static PathConf.Comboinstance(sk.antons.web.path.PathMatcher matcher, String method)static PathConf.Comboinstance(sk.antons.web.path.PathMatcher matcher, String method, String ip, String host, String contenttype, ResponseStatusCheck responseStatusCheck)booleanmatch(int responseStatus)booleanmatch(String path, String method, String ip, String host, String contenttype)
-
-
-
Method Detail
-
instance
public static PathConf.Combo instance(sk.antons.web.path.PathMatcher matcher, String method)
-
instance
public static PathConf.Combo instance(sk.antons.web.path.PathMatcher matcher, String method, String ip, String host, String contenttype, ResponseStatusCheck responseStatusCheck)
-
match
public boolean match(int responseStatus)
-
-