| Package | Description |
|---|---|
| sk.antons.web.filter.limiter |
| Modifier and Type | Method and Description |
|---|---|
PathConf<T> |
PathConf.exclude(String pattern,
String method,
String ip,
String host,
String contenttype,
ResponseStatusCheck responseStatusCheck)
Add exclude path matcher
|
PathConf<T> |
PathConf.include(String pattern,
String method,
String ip,
String host,
String contenttype,
ResponseStatusCheck responseStatusCheck)
Add include path matcher
|
static PathConf.Combo |
PathConf.Combo.instance(sk.antons.web.path.PathMatcher matcher,
String method,
String ip,
String host,
String contenttype,
ResponseStatusCheck responseStatusCheck) |
RequestLimiter<T> |
RequestLimiter.responseStatus(ResponseStatusCheck check)
Response status configuration for limiter.
|
PathConf.ComboConf |
PathConf.ComboConf.withResponseStatus(ResponseStatusCheck check) |
| Constructor and Description |
|---|
Combo(sk.antons.web.path.PathMatcher matcher,
String method,
String ip,
String host,
String contenttype,
ResponseStatusCheck responseStatusCheck) |
Copyright © 2020. All rights reserved.