Uses of Interface
org.drasyl.node.event.PeerEvent
Package
Description
Contains events that inform about various states of the
DrasylNode
(started, stopped, etc.) or overlay network events (messages, peer discovery, etc.)-
Uses of PeerEvent in org.drasyl.node.event
Modifier and TypeClassDescriptionclass
This event signals, that currently all messages from and to the#peer
are only encrypted with a long time key.class
This event signals that the node has established a direct connection to a peer.class
This event signals that communication with this peer is only possible by relaying messages via a super peer.class
This event signals, that currently all messages from and to the#peer
are encrypted with an ephemeral session key.