Class WebServer.AddressMatcher

  • Enclosing class:
    WebServer

    private class WebServer.AddressMatcher
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private int[] pattern  
    • Constructor Summary

      Constructors 
      Constructor Description
      AddressMatcher​(java.lang.String pAddress)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      (package private) boolean matches​(byte[] pAddress)  
      • Methods inherited from class java.lang.Object

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

      • pattern

        private final int[] pattern
    • Constructor Detail

      • AddressMatcher

        AddressMatcher​(java.lang.String pAddress)
    • Method Detail

      • matches

        boolean matches​(byte[] pAddress)