interface WireConnection
(source)
A stateful connection between two peers under the Devp2p wire protocol.
abstract fun id(): String |
class DefaultWireConnection : WireConnection
A stateful connection between two peers under the Devp2p wire protocol. |