FirstConnectedStrategy class
Launches the substrategy and terminates on the first open connection.
- Implemented types
- Annotations
-
- @JS()
Constructors
- FirstConnectedStrategy(Strategy strategy)
-
factory
- FirstConnectedStrategy.fakeConstructor$()
Properties
Methods
-
connect(
num minPriority, Function callback) → StrategyRunner -
override
-
isSupported(
) → bool -
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited