Using the netty server, why not reduce the memory?

protected void initChannel (SocketChannel socketChannel) throws Exception {

                //   
                ChannelPipeline p = socketChannel.pipeline();
                p.addLast(e1,new NettyServerHandler());
            }
            newhandlernetty1000new
Mar.06,2021
Menu