| Interface | Description |
|---|---|
| ServerWebExchangeMatcher |
An interface for determining if a
ServerWebExchangeMatcher matches. |
| Class | Description |
|---|---|
| AndServerWebExchangeMatcher |
Matches if all the provided
ServerWebExchangeMatcher match |
| MediaTypeServerWebExchangeMatcher |
Matches based upon the accept headers.
|
| NegatedServerWebExchangeMatcher |
Negates the provided matcher.
|
| OrServerWebExchangeMatcher |
Matches if any of the provided
ServerWebExchangeMatcher match |
| PathPatternParserServerWebExchangeMatcher |
Matches if the
PathPattern matches the path within the application. |
| ServerWebExchangeMatcher.MatchResult |
The result of matching
|
| ServerWebExchangeMatcherEntry<T> |
A rich object for associating a
ServerWebExchangeMatcher to another object. |
| ServerWebExchangeMatchers |
Provides factory methods for creating common
ServerWebExchangeMatcher |