IPConnectionInfo class abstract

Implemented types
Implementers

Constructors

IPConnectionInfo()

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 pair
localPort int
The local port.
getter/setter pair
remoteAddress String
The remote address.
getter/setter pair
remotePort int
The remote port.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
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