haXe API Documentation
Back | Index
class neko.net.ThreadRemotingServer
extends ThreadServer<haxe.remoting.SocketConnectionString>
Available in neko
function new(?domains : Array<String>) : Void
function clientConnected(s : Socket) : haxe.remoting.SocketConnection
function clientMessage(cnx : haxe.remoting.SocketConnection, msg : String) : Void
function initClientApi(cnx : haxe.remoting.SocketConnection, ctx : haxe.remoting.Context) : Void
function makePolicyFile() : String
function onXml(cnx : haxe.remoting.SocketConnection, data : String) : Void
function readClientMessage(cnx : haxe.remoting.SocketConnection, buf : haxe.io.Bytes, pos : Int, len : Int) : { msg : String, bytes : Int}
Back | Index