Hi there,
i am new to java so please excuse my leak of knowledge.
i want to disconnect a client by server. the client should receive a "NetConnection.Connect.Closed" onStatus event.
so far i figured out, that "rejectClient" at "appConnect,roomConnect,Connect.." will do so.
But how to disconnect a established connection?
ive tried "disconnect" with a previously stored IConnection to disconnect a particular client connection, but nothing. "disconnect" just get called when a client is disconnecting.
<--FMS:
function disconnectAll(){
for (i=0; i < application.clients.length; i++){
application.disconnect(application.clients[i]);
}
}
-->
is there a similar way in red5(compared with FMS)?
any help is much appreciated.
-Adam-
gut abgehangener GOAner - since 1992
_________________________________
Stelle Deine Fragen bei Lycos iQ http://iq.lycos.de/qa/ask/
_______________________________________________ Red5 mailing list [email protected] http://osflash.org/mailman/listinfo/red5_osflash.org
