Uses of Package
org.drasyl.peer
Packages that use org.drasyl.peer
Package
Description
Core API that includes the
DrasylNode
and DrasylConfig
.Contains events that inform the application about various states of the drasyl node, incoming
communication, or connection type changes.
Monitors various states or events in the drasyl node.
Package contains classes that are used for communicating with other peers.
Connects to super peer and other peers.
Establishes direct connections to other peers.
Automatic discovery of other running drasyl nodes in the same JVM.
Uses the file system to discover other drasyl nodes running on the local computer.
Contains all message types that drasyl uses to configure the overlay network and transfer
application messages.
Provides a server to which children and other peers can connect.
netty handlers dedicated for the server.
-
Classes in org.drasyl.peer used by org.drasylClassDescriptionRepresents an endpoint of a drasyl node.This class contains information about other peers.
-
Classes in org.drasyl.peer used by org.drasyl.event
-
Classes in org.drasyl.peer used by org.drasyl.monitoring
-
Classes in org.drasyl.peer used by org.drasyl.peerClassDescriptionRepresents an endpoint of a drasyl node.Represents a path for sending messages to a specific Peer.Contains information on a specific peer (e.g.
-
Classes in org.drasyl.peer used by org.drasyl.peer.connection.clientClassDescriptionRepresents an endpoint of a drasyl node.This class contains information about other peers.
-
Classes in org.drasyl.peer used by org.drasyl.peer.connection.directClassDescriptionRepresents an endpoint of a drasyl node.This class contains information about other peers.
-
Classes in org.drasyl.peer used by org.drasyl.peer.connection.intravm
-
Classes in org.drasyl.peer used by org.drasyl.peer.connection.localhostClassDescriptionRepresents an endpoint of a drasyl node.This class contains information about other peers.
-
Classes in org.drasyl.peer used by org.drasyl.peer.connection.message
-
Classes in org.drasyl.peer used by org.drasyl.peer.connection.pipelineClassDescriptionRepresents an endpoint of a drasyl node.This class contains information about other peers.
-
Classes in org.drasyl.peer used by org.drasyl.peer.connection.serverClassDescriptionRepresents an endpoint of a drasyl node.This class contains information about other peers.
-
Classes in org.drasyl.peer used by org.drasyl.peer.connection.server.handler