Package sk.antons.web.filter.limiter
Class PathConf.ComboConf
- java.lang.Object
-
- sk.antons.web.filter.limiter.PathConf.ComboConf
-
-
Constructor Summary
Constructors Constructor Description ComboConf(PathConf.Combo combo, PathConf pathConf, int max)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description PathConfexclude(String pattern)PathConfexclude(String pattern, String method)PathConfinclude(String pattern)PathConfinclude(String pattern, String method)static PathConf.ComboConfinstance(PathConf.Combo combo, PathConf pathConf, int max)PathConf.ComboConfwithContentType(String contenttype)PathConf.ComboConfwithHost(String host)PathConf.ComboConfwithIp(String ip)PathConf.ComboConfwithResponseStatus(ResponseStatusCheck check)
-
-
-
Constructor Detail
-
ComboConf
public ComboConf(PathConf.Combo combo, PathConf pathConf, int max)
-
-
Method Detail
-
instance
public static PathConf.ComboConf instance(PathConf.Combo combo, PathConf pathConf, int max)
-
withIp
public PathConf.ComboConf withIp(String ip)
-
withHost
public PathConf.ComboConf withHost(String host)
-
withContentType
public PathConf.ComboConf withContentType(String contenttype)
-
withResponseStatus
public PathConf.ComboConf withResponseStatus(ResponseStatusCheck check)
-
-