netty 源码分析之起动初始化
netty 源码分析之启动初始化void?exceptionCaught(ChannelHandlerContext?ctx,?ExceptionEvent?e)?{??????
netty 源码分析之启动初始化

void?exceptionCaught(ChannelHandlerContext?ctx,?ExceptionEvent?e)?{??
????????e.getCause().printStackTrace();??????????e.getChannel().close();??????}??} ?