Class NettyClientServerSession
- java.lang.Object
-
- bftsmart.communication.client.netty.NettyClientServerSession
-
public class NettyClientServerSession extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description NettyClientServerSession(io.netty.channel.Channel channel, int replicaId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.netty.channel.Channel
getChannel()
int
getLastMsgReceived()
java.util.concurrent.locks.Lock
getLock()
int
getReplicaId()
void
setLastMsgReceived(int lastMsgReceived_)
-