Class IELocalByPassFilter

  • All Implemented Interfaces:
    UriFilter

    public class IELocalByPassFilter
    extends java.lang.Object
    implements UriFilter
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean accept​(java.net.URI uri)
      accept
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • IELocalByPassFilter

        public IELocalByPassFilter()
    • Method Detail

      • accept

        public boolean accept​(java.net.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:
        UriFilter.accept(java.net.URI)