How to create channel pool in netty?

后端 未结 1 1484
傲寒
傲寒 2020-12-18 16:50

I am creating channel using this sample code:

 EventLoopGroup group = new NioEventLoopGroup();
        try {
            Bootstrap b = new Bootstrap();
              


        
相关标签:
1条回答
  • 2020-12-18 17:01

    Please refer ChannelPool section at http://netty.io/news/2015/05/07/4-0-28-Final.html

    0 讨论(0)
提交回复
热议问题