java.io.IOException: 远程主机强迫关闭了一个现有的连接。如何解决

publicvoidexceptionCaught(ChannelHandlerContextctx,ExceptionEvente)throwsException{e.... public void exceptionCaught(ChannelHandlerContext ctx, ExceptionEvent e)
throws Exception {
e.getCause().printStackTrace();
Channel channel = e.getChannel();
channel.close();
if (channelGroup.contains(channel)) {
System.out.println("一个客户端退出:"+channel.getId());
channelGroup.remove(channel);
}
}
用netty做聊天室,走到e.getCause().printStackTrace()的时候就报错了,请问怎么解决
展开
 我来答
请叫科长
推荐于2016-05-17 · 超过29用户采纳过TA的回答
知道答主
回答量:112
采纳率:0%
帮助的人:61.6万
展开全部
private static final Logger logger=Logger.getLogger(xxxxx.class.getName());
@Override
public void exceptionCaught(ChannelHandlerContext ctx, Throwable cause) throws Exception {
logger.log(
Level.WARNING,
"Unexpected exception from downstream.", cause);
ctx.close();
}
本回答被提问者和网友采纳
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式