Uses of Package
org.drasyl.peer.connection.message
Packages that use org.drasyl.peer.connection.message
Package
Description
Package contains classes that are used for communicating with other peers.
Connects to super peer and other peers.
netty handlers for peer connections.
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.
Link between application and drasyl overlay network.
Package contains classes that are used for encoding/decoding objects.
-
Classes in org.drasyl.peer.connection.message used by org.drasyl.peer
-
Classes in org.drasyl.peer.connection.message used by org.drasyl.peer.connection.clientClassDescriptionSpecifies the type of the
ErrorMessage
.A message representing the welcome message of the node server, including fallback information. -
Classes in org.drasyl.peer.connection.message used by org.drasyl.peer.connection.handlerClassDescriptionSpecifies the type of the
ErrorMessage
.Describes messages that are sent by theServer
or a client.Messages of this type represent a request.Messages of this type represent a response to a previously receivedRequestMessage
. -
Classes in org.drasyl.peer.connection.message used by org.drasyl.peer.connection.messageClassDescriptionSpecifies the type of the
ErrorMessage
.Describes messages that are sent by theServer
or a client.AMessage
is uniquely identified by its 24 lower-case hex digit identifier.Specifies the reason for closing the connection.Messages of this type represent a request.Messages of this type represent a response to a previously receivedRequestMessage
. -
Classes in org.drasyl.peer.connection.message used by org.drasyl.peer.connection.pipeline
-
Classes in org.drasyl.peer.connection.message used by org.drasyl.peer.connection.serverClassDescriptionSpecifies the type of the
ErrorMessage
.A message representing a join to the node server.A message representing the welcome message of the node server, including fallback information. -
Classes in org.drasyl.peer.connection.message used by org.drasyl.peer.connection.server.handler
-
Classes in org.drasyl.peer.connection.message used by org.drasyl.pipeline
-
Classes in org.drasyl.peer.connection.message used by org.drasyl.pipeline.codec