Class ConxMapItem


  • public class ConxMapItem
    extends java.lang.Object
    Incoming connected packets need to be identified by connectionID and possibly also by source address to route it to the correct connection, if not just dropped. Also, Class 0 & 1 connected packets must have a sequence number verified to be increasing.
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • lastSeq

        public int lastSeq
    • Constructor Detail

      • ConxMapItem

        public ConxMapItem​(LinkConsumer link,
                           int lastSeq)