WebSocketSink class
The sink exposed by a WebSocketChannel.
This is like a normal StreamSink, except that it supports extra arguments to close.
- Inheritance
- Object
- DelegatingStreamSink
- WebSocketSink
Properties
- done → Future
-
Return a future which is completed when the StreamSink is finished. [...]
read-only, inherited
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
Methods
-
close(
[int closeCode, String closeReason ]) → Future -
Closes the web socket connection. [...]
override
-
add(
dynamic data) → void -
Adds a data
event
to the sink. [...]inherited -
addError(
Object error, [ StackTrace stackTrace ]) → void -
Adds an
error
to the sink. [...]inherited -
addStream(
Stream stream) → Future -
Consumes the elements of
stream
. [...]inherited -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
Returns a string representation of this object.
inherited
Operators
-
operator ==(
dynamic other) → bool -
The equality operator. [...]
inherited