Class MsnRange


  • public class MsnRange
    extends Object
    Represents a range of Message Sequence Numbers.
    • Constructor Detail

      • MsnRange

        public MsnRange​(int singleVal)
      • MsnRange

        public MsnRange​(int lowVal,
                        int highVal)
    • Method Detail

      • getLowVal

        public int getLowVal()
      • getHighVal

        public int getHighVal()
      • includes

        public boolean includes​(int msn)