haXe API Documentation
Back
|
Index
class
haxe.remoting.SyncSocketConnection
implements
Connection
implements
Dynamic
<
Connection
>
Available in neko, php, cpp
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 :
Socket
, ?ctx :
Context
) :
SyncSocketConnection
Back
|
Index