예제 #1
0
 public ServerChannelHandlerAdapter(NettyServerBootstrap <TMessage> bootstrap, ILoggerFactory factory) : base(true)
 {
     this._bootstrap = bootstrap;
     this.Logger     = factory.CreateLogger(this.GetType());
 }
예제 #2
0
 public ServerChannelHandlerAdapter(NettyServerBootstrap <TMessage> bootstrap) : base(true)
 {
     this._bootstrap = bootstrap;
 }