Class PeerDirectEvent

java.lang.Object
org.drasyl.node.event.PeerDirectEvent
All Implemented Interfaces:
Event, PeerEvent

public abstract class PeerDirectEvent extends Object implements PeerEvent
This event signals that the node has established a direct connection to a peer. This means that messages do not have to be relayed through a super peer.

This is an immutable object.

See Also: