Adapter class abstract

An Abstract class that is used as a Adapter

Constructors

Adapter()

Properties

hashCode int
The hash code for this object.
no setterinherited
nsps Map
getter/setter pair
rooms Map<String, _Room>
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sids Map<String, Map>
getter/setter pair

Methods

add(String id, String room, [dynamic fn([dynamic])]) → void
broadcast(Map packet, [Map opts]) → void
clientRooms(String id, [dynamic fn(dynamic, [dynamic])]) → void
clients([List<String> rooms, dynamic fn([dynamic])]) → void
del(String id, String room, [dynamic fn([dynamic])]) → void
delAll(String id, [dynamic fn([dynamic])]) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

newInstance(String key, Namespace nsp) Adapter