Ejemplo n.º 1
0
 @Override
 public void onWcFailure(Object userContext, int stat, Throwable t) {
   logger.info("#wcFailure", t);
   WsClientHandler wsClientHandler = (WsClientHandler) userContext;
   delWsClient(wsClientHandler, true);
 }
Ejemplo n.º 2
0
 @Override
 public void onWcClose(Object userContext, int stat, short closeCode, String closeReason) {
   WsClientHandler wsClientHandler = (WsClientHandler) userContext;
   delWsClient(wsClientHandler, false);
 }