Interface UriFilter
- All Known Implementing Classes:
HostnameFilter,IELocalByPassFilter,IpRangeFilter
public interface UriFilter
Interface for an URI filter.
- Author:
- Markus Bernhardt, Copyright 2016, Bernd Rosstauscher, Copyright 2009
-
Method Summary
-
Method Details
-
accept
Tests an URI against a given matching criteria.- Parameters:
uri- the URI to test.- Returns:
- true if it matches the criteria else false.
-