class neko.net.ThreadRemotingServer extends ThreadServer<SocketConnection, String>

Available on neko

Instance Fields

function new(?domains:Array<String>):Void

function onXml(cnx:SocketConnection, data:String):Void

function readClientMessage(cnx:SocketConnection, buf:Bytes, pos:Int, len:Int):{msg:String, bytes:Int}

function run(host:String, port:Int):Void