ThreadRemotingServer
class neko.net.ThreadRemotingServerextends ThreadServer<SocketConnectionString>Available in neko
function new() : Void
function clientConnected( s : Socket ) : SocketConnection
function clientMessage( cnx : SocketConnection, msg : String ) : Void
function initClientApi( cnx : SocketConnection, ctx : Context ) : Void
function onXml( cnx : SocketConnection, data : String ) : Void
function readClientMessage( cnx : SocketConnection, buf : Bytes, pos : Int, len : Int ) : { msg : String, bytes : Int }
version #2324, modified 2008-07-28 10:01:46 by api