Package org.drasyl.peer.connection.message
package org.drasyl.peer.connection.message
Contains all message types that drasyl uses to configure the overlay network and transfer
application messages.
-
ClassDescriptionA message that is sent by an application running on drasyl.A message representing an error.Specifies the type of the
ErrorMessage
.This message is used as a response to aWhoisMessage
and contains information about a peer (like public key and endpoints).A message representing a join to the node server.Describes messages that are sent by theServer
or a client.AMessage
is uniquely identified by its 24 lower-case hex digit identifier.A message representing a PING request.A message representing a PONG response.A message representing a termination of a connection.Specifies the reason for closing the connection.Messages of this type represent a request.ResponseMessage<R extends RequestMessage>Messages of this type represent a response to a previously receivedRequestMessage
.Represents a container with a signature for theSignedMessage.payload
.Represents a confirmation of a previous sentRequestMessage
.A message representing the welcome message of the node server, including fallback information.This message is used to request information (like public key and endpoints) for a specific identity.