325326327328329330331332
} protected void handleConnectionClosed(Exception e) { if (!disconnecting) { disconnecting = true; handler.handleDisconnectEvent(new DisconnectEvent(this, e, null)); } }