首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 其他教程 > 互联网 >

netty 源码分析之起动初始化

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

netty 源码分析之启动初始化



netty 源码分析之起动初始化

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

  • 热点排行