public interface URIMatcher extends ConfigurationObject
| Modifier and Type | Method and Description |
|---|---|
boolean |
isReject()
If true and the matcher accepts the uri, the request needs to be rejected.
|
boolean |
matches(MatchInfo matchInfo)
Check if the uri is matching.
|
validateboolean matches(MatchInfo matchInfo) throws java.net.UnknownHostException, java.net.SocketException, java.net.MalformedURLException
matchInfo - the matching information to checkjava.net.UnknownHostExceptionjava.net.SocketExceptionjava.net.MalformedURLExceptionboolean isReject()