ConnectionTask<S>final

一个可取消的连接尝试。

由客户端套接字类型 SConnectionTask<S>startConnect 方法返回,允许取消连接到主机的尝试。

属性

hashCode int
此对象的哈希码。
no setterinherited
runtimeType Type
对象运行时类型的表示。
no setterinherited
socket Future<S>
一个 Future,除非对此 ConnectionTask 调用 cancel,否则会完成与 S.connect() 相同的值。
final

方法

cancel() → void
取消连接尝试。
noSuchMethod(Invocation invocation) → dynamic
在访问不存在的方法或属性时调用。
inherited
toString() String
此对象的字符串表示。
inherited

运算符

operator ==(Object other) bool
等价运算符。
inherited