| Interface | Description |
|---|---|
| Matcher |
To match requests.
|
| MatchingChecker |
The way to check requests matching.
|
| Class | Description |
|---|---|
| DefaultMatchingChecker |
Default way to check the matching.
|
| ExcludedPathMatcher | Deprecated
use
PathMatcher instead. |
| HeaderMatcher |
Matching on a HTTP header.
|
| HttpMethodMatcher |
Matching on HTTP methods.
|
| PathMatcher |
Matches all request paths except whitelisted (excluded) paths.
|
Copyright © 2017. All Rights Reserved.