Adapter class abstract
An Abstract class that is used as a Adapter
Constructors
- Adapter()
Properties
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