| Interface | Description |
|---|---|
| WebRequestMatcher |
Strategy to match on a WebRequest
|
| Class | Description |
|---|---|
| HostRequestMatcher |
An implementation of WebRequestMatcher that allows matching on the host and optionally
the port of WebRequest#getUrl().
|
| UrlRegexRequestMatcher |
An implementation of WebRequestMatcher that allows matching on WebRequest#getUrl().toExternalForm() using a regular expression.
|