Class TransportSession

    • Field Detail

      • MAX_REQUEST_ID_UPDATER

        protected static final java.util.concurrent.atomic.AtomicIntegerFieldUpdater<TransportSession> MAX_REQUEST_ID_UPDATER
      • maxRequestId

        protected volatile int maxRequestId
      • maxAckId

        protected volatile int maxAckId
      • finishId

        protected volatile int finishId
    • Constructor Detail

      • TransportSession

        protected TransportSession​(TransportConf conf)
    • Method Detail

      • stateReady

        protected void stateReady()
      • stateEstablished

        protected void stateEstablished()
      • nextRequestId

        public int nextRequestId()
      • genFinishId

        protected int genFinishId()
      • finishId

        public int finishId()