UpgradedConnectionImpl class
Properties
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
id
→ String
-
ID returns an identifier that uniquely identifies this Conn within this
host, during this run. Connection IDs may repeat across restarts.
no setteroverride
-
isClosed
→ bool
-
IsClosed returns whether a connection is fully closed, so it can
be garbage collected.
no setteroverride
-
localMultiaddr
→ MultiAddr
-
LocalMultiaddr returns the local Multiaddr associated
with this connection
no setteroverride
-
localPeer
→ PeerId
-
LocalPeer returns our peer ID
no setteroverride
-
remoteMultiaddr
→ MultiAddr
-
RemoteMultiaddr returns the remote Multiaddr associated
with this connection
no setteroverride
-
remotePeer
→ PeerId
-
RemotePeer returns the peer ID of the remote peer.
no setteroverride
-
remotePublicKey
→ Future<PublicKey?>
-
RemotePublicKey returns the public key of the remote peer.
no setteroverride
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
-
scope
→ ConnScope
-
Scope returns the user view of this connection's resource scope
no setteroverride
-
stat
→ ConnStats
-
Stat stores metadata pertaining to this conn.
no setteroverride
-
state
→ ConnState
-
ConnState returns information about the connection state.
no setteroverride
-
streams
→ Future<List<P2PStream>>
-
GetStreams returns all open streams over this conn.
no setteroverride