@Override
 public void exceptionCaught(ChannelHandlerContext ctx, ExceptionEvent e) {
   server.closeChannel(e.getChannel());
 }