Exemplo n.º 1
0
 public void messageReceived(IoSession session, Object message) throws Exception {
   CmdListener cmdListener = (CmdListener) session.getAttribute("CmdListener");
   cmdListener.setClose();
   session.close(true);
   cmdListener.onResponse((CmdResponse) message);
 }