コード例 #1
0
 public ClientChannelHandlerAdapter(NettyClientBootstrap <TMessage> bootstrap)
 {
     this._bootstrap = bootstrap;
 }
コード例 #2
0
 public ClientChannelHandlerAdapter(NettyClientBootstrap <TMessage> bootstrap, ILoggerFactory factory)
 {
     this._bootstrap = bootstrap;
     Logger          = factory.CreateLogger(this.GetType());
 }