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