haXe API Documentation
Back
|
Index
class
haxe.remoting.NekoSocketConnection
implements
Connection
implements
Dynamic
<
Connection
>
Available in neko
function
call(params :
Array
<
Dynamic
>) :
Dynamic
function
close() :
Void
function
getProtocol() :
SocketProtocol
function
onRequestError(path :
Array
<
String
>, args :
Array
<
Dynamic
>, exc :
Dynamic
) :
Void
function
processRequest() :
Void
function
resolve(name :
String
) :
Connection
function
setProtocol(p :
SocketProtocol
) :
Void
static
function
create(s :
neko.net.Socket
, ?ctx :
Context
) :
NekoSocketConnection
Back
|
Index