Write half of a TailscaleConnection.
Properties
Methods
-
close(
) → Future< void> - Gracefully closes the write half.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
write(
List< int> bytes) → Future<void> - Writes one chunk.
-
writeAll(
Stream< List< chunks, {bool close = false}) → Future<int> >void> - Writes all chunks in order.
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited