Uses of Interface
org.drasyl.event.PeerEvent
-
Packages that use PeerEvent Package Description org.drasyl.event Contains events that inform the application about various states of the drasyl node, incoming communication, or connection type changes. -
-
Uses of PeerEvent in org.drasyl.event
Classes in org.drasyl.event that implement PeerEvent Modifier and Type Class Description class
PeerDirectEvent
This event signals that the node has established a direct connection to a peer.class
PeerRelayEvent
This event signals that communication with this peer is only possible by relaying messages via a super peer.
-