Class NettyClientServerSession


  • public class NettyClientServerSession
    extends java.lang.Object
    • Constructor Detail

      • NettyClientServerSession

        public NettyClientServerSession​(io.netty.channel.Channel channel,
                                        int replicaId)
    • Method Detail

      • getChannel

        public io.netty.channel.Channel getChannel()
      • getReplicaId

        public int getReplicaId()
      • getLock

        public java.util.concurrent.locks.Lock getLock()
      • getLastMsgReceived

        public int getLastMsgReceived()
      • setLastMsgReceived

        public void setLastMsgReceived​(int lastMsgReceived_)