Interface UriFilter
-
- All Known Implementing Classes:
HostnameFilter,IELocalByPassFilter,IpRangeFilter
public interface UriFilterInterface for an URI filter.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanaccept(java.net.URI uri)Tests an URI against a given matching criteria.
-