TcpConnectionInfo class abstract

Implemented types

Constructors

TcpConnectionInfo()

Properties

adapterName String
The name of the adapter associated with the connection.
finalinherited
connectionId String
The connection id.
finalinherited
hashCode int
The hash code for this object.
no setterinherited
incoming bool
Whether or not the connection is an incoming or outgoing connection.
finalinherited
localAddress String
The local address.
getter/setter pairinherited
localPort int
The local port.
getter/setter pairinherited
rcvSize int
The connection buffer receive size.
getter/setter pair
remoteAddress String
The remote address.
getter/setter pairinherited
remotePort int
The remote port.
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sndSize int
The connection buffer send size.
getter/setter pair
underlying ConnectionInfo?
The information of the underyling transport or null if there's no underlying transport.
finalinherited

Methods

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