logger.trace("calling from " + this.getClass().getName() + " : " + "sendMessage");
session.startHeartbeatTimer();
}
} else {
logger.trace("calling from " + this.getClass().getName() + " : " + "SocketIOClosedException sendMessage");
throw new SocketIOClosedException();
}
}
}