haXe API Documentation
Back
|
Index
class
neko.net.ThreadRemotingServer
extends
ThreadServer
<
haxe.remoting.SocketConnection
String
>
Available in neko
function
new() :
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
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