haXe API Documentation
Back
|
Index
class
haxe.remoting.NekoSocketConnection
extends
Connection
Available in neko
function
closeConnection() :
Void
function
getProtocol() :
SocketProtocol
function
onRequestError(path :
Array
<
String
>, method :
String
, args :
Array
<
Dynamic
>, exc :
Dynamic
) :
Void
function
processRequest() :
Void
function
setProtocol(p :
SocketProtocol
) :
Void
static
function
socketConnect(s :
neko.net.Socket
, ?r :
neko.net.RemotingServer
) :
NekoSocketConnection
Back
|
Index