Uses of Package
org.drasyl.peer.connection
Packages that use org.drasyl.peer.connection
Package
Description
Core API that includes the
DrasylNode
and DrasylConfig
.Connects to super peer and other peers.
Establishes direct connections to other peers.
Provides a server to which children and other peers can connect.
-
Classes in org.drasyl.peer.connection used by org.drasylClassDescriptionSpecial type of
ChannelGroup
, which has a lookup complexity of O(1) instead of O(n) for lookups byCompressedPublicKey
. -
Classes in org.drasyl.peer.connection used by org.drasyl.peer.connection.clientClassDescriptionCreates a newly configured
ChannelPipeline
for a new channel for a connection to or from a theServer
.Special type ofChannelGroup
, which has a lookup complexity of O(1) instead of O(n) for lookups byCompressedPublicKey
. -
Classes in org.drasyl.peer.connection used by org.drasyl.peer.connection.directClassDescriptionSpecial type of
ChannelGroup
, which has a lookup complexity of O(1) instead of O(n) for lookups byCompressedPublicKey
. -
Classes in org.drasyl.peer.connection used by org.drasyl.peer.connection.pipelineClassDescriptionSpecial type of
ChannelGroup
, which has a lookup complexity of O(1) instead of O(n) for lookups byCompressedPublicKey
. -
Classes in org.drasyl.peer.connection used by org.drasyl.peer.connection.serverClassDescriptionCreates a newly configured
ChannelPipeline
for a new channel for a connection to or from a theServer
.Special type ofChannelGroup
, which has a lookup complexity of O(1) instead of O(n) for lookups byCompressedPublicKey
.