Class IPPortRange


  • public class IPPortRange
    extends Object
    • Constructor Detail

      • IPPortRange

        public IPPortRange​(int begin,
                           int end)
      • IPPortRange

        public IPPortRange​(int port)
    • Method Detail

      • getBegin

        public int getBegin()
      • getEnd

        public int getEnd()
      • contains

        public boolean contains​(int port)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object