I am creating channel using this sample code:
EventLoopGroup group = new NioEventLoopGroup(); try { Bootstrap b = new Bootstrap();
Please refer ChannelPool section at http://netty.io/news/2015/05/07/4-0-28-Final.html
ChannelPool