class DefaultWireConnection : WireConnection
A stateful connection between two peers under the Devp2p wire protocol. |
|
class DisconnectReason
Enumeration of all reasons disconnect may happen. |
|
class HelloMessage : WireProtocolMessage |
|
interface SubProtocol
Defines a subprotocol to be used for wire connections |
|
interface SubProtocolHandler
Handler managing messages and new connections of peers related for a given subprotocol. |
|
interface SubProtocolIdentifier
Identifier of a subprotocol, comprised of a name and version. |
|
interface WireConnection
A stateful connection between two peers under the Devp2p wire protocol. |