Uses of Package
org.drasyl.handler.remote.protocol
Packages that use org.drasyl.handler.remote.protocol
Package
Description
Classes for crypto-related operations.
Handlers used to communicate with remote nodes.
Contains classes necessary for encrypted protocol communication.
Discovery/Routing of peers on the internet.
The protocol used for communication with remote peers.
Contains classes necessary for encrypted peer/application communication.
Serialization of java objects to byte arrays and vice versa.
-
Classes in org.drasyl.handler.remote.protocol used by org.drasyl.cryptoClassDescriptionA
RemoteMessage
is uniquely identified by itsNonce.NONCE_LENGTH
bytes long nonce. -
Classes in org.drasyl.handler.remote.protocol used by org.drasyl.handler.remoteClassDescriptionDescribes a message whose content has been read completely.This exception is thrown when reading a
RemoteMessage
fails due to an invalid format.Describes a message that is sent to remote peers via UDP/TCP. -
Classes in org.drasyl.handler.remote.protocol used by org.drasyl.handler.remote.cryptoClassDescriptionDescribes a protocol message whose contents has been armed by using authenticated encryption with associated data.Describes a message whose content has been read completely.Describes an unencrypted protocol message whose only public header has been read so far.
-
Classes in org.drasyl.handler.remote.protocol used by org.drasyl.handler.remote.internetClassDescriptionThis is an immutable object.Describes a message that is sent to remote peers via UDP/TCP.
-
Classes in org.drasyl.handler.remote.protocol used by org.drasyl.handler.remote.protocolClassDescriptionAcknowledges a
DiscoveryMessage
.Describes a protocol message whose contents has been armed by using authenticated encryption with associated data.Describes a message whose content has been read completely.This is an immutable object.This exception is thrown when reading aRemoteMessage
fails due to an invalid format.ARemoteMessage
is uniquely identified by itsNonce.NONCE_LENGTH
bytes long nonce.Describes a message whose content has been read partially.This class models the private header of a drasyl protocol message.This class models the public header of a drasyl protocol message.Describes a message that is sent to remote peers via UDP/TCP.Describes an unencrypted protocol message whose only public header has been read so far. -
Classes in org.drasyl.handler.remote.protocol used by org.drasyl.node.handler.cryptoClassDescriptionThis exception is thrown when reading a
RemoteMessage
fails due to an invalid format.ARemoteMessage
is uniquely identified by itsNonce.NONCE_LENGTH
bytes long nonce. -
Classes in org.drasyl.handler.remote.protocol used by org.drasyl.node.handler.serializationClassDescriptionThis exception is thrown when reading a
RemoteMessage
fails due to an invalid format.