if (null == connectionId) {
throw new IllegalArgumentException(
"Disconnect. ConnectionId must not be null!");
}
if (null == handler) {
throw new DispatchException("Cant't find handler");
}
PushSocket socket = getSocket(connectionId);
if (null == socket) {
if (this.logger.isWarnEnabled()) {
this.logger