| Package | Description |
|---|---|
| sk.antons.web.filter.limiter |
| Modifier and Type | Method and Description |
|---|---|
PathConf<T> |
PathConf.exclude(String pattern)
Add exclude path matcher
|
PathConf |
PathConf.ComboConf.exclude(String pattern) |
PathConf<T> |
PathConf.exclude(String pattern,
String method)
Add exclude path matcher
|
PathConf |
PathConf.ComboConf.exclude(String pattern,
String method) |
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)
Add include path matcher
|
PathConf |
PathConf.ComboConf.include(String pattern) |
PathConf<T> |
PathConf.include(String pattern,
String method)
Add include path matcher
|
PathConf |
PathConf.ComboConf.include(String pattern,
String method) |
PathConf<T> |
PathConf.include(String pattern,
String method,
String ip,
String host,
String contenttype,
ResponseStatusCheck responseStatusCheck)
Add include path matcher
|
PathConf<RequestLimiter<T>> |
RequestLimiter.path()
Path mather configuration for limiter.
|
PathConf<T> |
PathConf.reset(int max)
Clears all setting for path configuration.
|
| Modifier and Type | Method and Description |
|---|---|
static PathConf.ComboConf |
PathConf.ComboConf.instance(PathConf.Combo combo,
PathConf pathConf,
int max) |
| Constructor and Description |
|---|
ComboConf(PathConf.Combo combo,
PathConf pathConf,
int max) |
Copyright © 2020. All rights reserved.