@FunctionalInterface
public interface WebRequestMatcher
WebRequest
.HostRequestMatcher
,
UrlRegexRequestMatcher
Modifier and Type | Method and Description |
---|---|
boolean |
matches(WebRequest request)
Whether this matcher matches on the supplied web request.
|