// Give a Authenticate.connect exception to be delivered to the client
// or the client some chance to close the socket itself after disconnect
long delay = 5000; // 5 sec
glob.getBurstModeTimer().addTimeoutListener(new I_Timeout() {
public void timeout(Object userData) {
se.shutdown();
//handler = null;
}
}, delay, null);
}
}