java.lang.Object
com.github.markusbernhardt.proxy.search.browser.ie.IELocalByPassFilter
- All Implemented Interfaces:
UriFilter
- Author:
- Markus Bernhardt, Copyright 2016, Bernd Rosstauscher, Copyright 2009
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
IELocalByPassFilter
public IELocalByPassFilter()
-
Method Details
-
accept
public boolean accept(URI uri)
accept
- Specified by:
accept in interface UriFilter
- Parameters:
uri - the URI to test.
- Returns:
- true if it matches the criteria else false.
- See Also:
-