tuweni / org.apache.tuweni.rlpx.wire

Package org.apache.tuweni.rlpx.wire

Types

DefaultWireConnection

class DefaultWireConnection : WireConnection

A stateful connection between two peers under the Devp2p wire protocol.

DisconnectReason

class DisconnectReason

Enumeration of all reasons disconnect may happen.

HelloMessage

class HelloMessage : WireProtocolMessage

SubProtocol

interface SubProtocol

Defines a subprotocol to be used for wire connections

SubProtocolHandler

interface SubProtocolHandler

Handler managing messages and new connections of peers related for a given subprotocol.

SubProtocolIdentifier

interface SubProtocolIdentifier

Identifier of a subprotocol, comprised of a name and version.

WireConnection

interface WireConnection

A stateful connection between two peers under the Devp2p wire protocol.