A stateful connection between two peers under the Devp2p wire protocol.
Enumeration of all reasons disconnect may happen.
Support class for constructing integrated encryption ciphers for doing basic message exchanges on top of key agreement ciphers. Follows the description given in IEEE Std 1363a.
Contents of a message sent as part of a RLPx handshake.
Exception thrown when the message contents do not match the Message Authentication Code.
In-memory implementation of the wire connections repository.
Connection between 2 peers over the RLPx protocol.
Factory creating RLPxConnection, either from initiating a handshake or responding to a handshake request.
Message exchanged over a RLPx connection.
Service allowing connections to remote peers over RLPx connections.
Defines a subprotocol to be used for wire connections
Subprotocol client allowing outside users to call functions associated with the subprotocol.
Handler managing messages and new connections of peers related for a given subprotocol.
Identifier of a subprotocol, comprised of a name and version.
Implementation of RLPx service using Vert.x.
A stateful connection between two peers under the Devp2p wire protocol.
A repository managing wire connections.