Class Network.Interface.Selector

  • Enclosing class:
    Network.Interface

    public static class Network.Interface.Selector
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      Selector()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void interfaceAllowed​(java.lang.String regex)  
      void interfaceDenied​(java.lang.String regex)  
      • Methods inherited from class java.lang.Object

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

      • Selector

        public Selector()
    • Method Detail

      • interfaceAllowed

        public void interfaceAllowed​(java.lang.String regex)
      • interfaceDenied

        public void interfaceDenied​(java.lang.String regex)