TailscaleDatagramBinding class abstract interface

UDP datagram binding over the tailnet.

Properties

datagrams Stream<TailscaleDatagram>
Single-subscription stream of received datagrams.
no setter
done Future<void>
Completes when the binding is terminal.
no setter
hashCode int
The hash code for this object.
no setterinherited
local TailscaleEndpoint
Local tailnet endpoint accepted by this binding.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

close() Future<void>
Closes this binding.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
send(List<int> payload, {required TailscaleEndpoint to}) Future<void>
Sends one datagram to to.
toString() String
A string representation of this object.
inherited

Operators

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