ServerTransport class abstract
Abstract base class for server transport implementations
Constructors
Properties
Methods
-
close(
) → void - Close the transport
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
send(
dynamic message) → void - Send a message through the transport
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited