TailscaleConnectionOutput class abstract interface

Write half of a TailscaleConnection.

Properties

done Future<void>
Completes when this write half is terminal.
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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<int>> chunks, {bool close = false}) Future<void>
Writes all chunks in order.

Operators

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