コード例 #1
0
 @Override
 public void channelInactive(ChannelHandlerContext ctx) throws Exception {
   httpClientResponseHandler.handleChannelInactive(ctx);
   super.channelReadComplete(ctx);
 }