AmbientAutoNAT class
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- status → Reachability
-
no setteroverride
Methods
-
close(
) → Future< void> -
override
-
connected(
Network network, Conn conn) → Future< void> -
Called when a connection opened
override
-
disconnected(
Network network, Conn conn) → Future< void> -
Called when a connection closed
override
-
listen(
Network network, MultiAddr addr) → void -
Called when network starts listening on an addr
override
-
listenClose(
Network network, MultiAddr addr) → void -
Called when network stops listening on an addr
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
recordObservationForTest(
Reachability observation) → void -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
create(
Host h, List< AutoNATOption> options) → Future<AmbientAutoNAT>