haXe API Documentation
Back | Index
class haxe.remoting.AsyncAdapter
extends AsyncConnection
Available in flash, neko, js
Build an AsyncConnection from a synchronized Connection.
function __resolve(name : String) : AsyncAdapter
static function create(c : Connection) : AsyncAdapter
Back | Index