Class NettyServerPipelineFactory
- java.lang.Object
-
- bftsmart.communication.client.netty.NettyServerPipelineFactory
-
public class NettyServerPipelineFactory extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description NettyServerPipelineFactory(NettyClientServerCommunicationSystemServerSide ncs, java.util.concurrent.ConcurrentHashMap<java.lang.Integer,NettyClientServerSession> sessionTable, ServerViewController controller, java.util.concurrent.locks.ReentrantReadWriteLock rl)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.netty.handler.codec.ByteToMessageDecoder
getDecoder()
io.netty.handler.codec.MessageToByteEncoder
getEncoder()
io.netty.channel.SimpleChannelInboundHandler
getHandler()
-
-
-
Constructor Detail
-
NettyServerPipelineFactory
public NettyServerPipelineFactory(NettyClientServerCommunicationSystemServerSide ncs, java.util.concurrent.ConcurrentHashMap<java.lang.Integer,NettyClientServerSession> sessionTable, ServerViewController controller, java.util.concurrent.locks.ReentrantReadWriteLock rl)
-
-