Uses of Annotation Type
org.drasyl.annotation.Nullable
Package
Description
Different methods to discover peers.
The protocol used for communication with remote peers.
Contains
DrasylNode
.Contains events that inform about various states of the
DrasylNode
(started, stopped, etc.) or overlay network events (messages, peer discovery, etc.)Serialization of java objects to byte arrays and vice versa.
-
Uses of Nullable in org.drasyl.handler.discovery
Modifier and TypeMethodDescriptionabstract InetSocketAddress
AddPathAndChildrenEvent.getInetAddress()
abstract InetSocketAddress
AddPathAndSuperPeerEvent.getInetAddress()
abstract InetSocketAddress
AddPathEvent.getInetAddress()
abstract InetSocketAddress
PathRttEvent.getInetAddress()
-
Uses of Nullable in org.drasyl.handler.remote.protocol
Modifier and TypeMethodDescriptionabstract DrasylAddress
HelloMessage.getRecipient()
Returns theIdentityPublicKey
of the message recipient.abstract DrasylAddress
PublicHeader.getRecipient()
abstract DrasylAddress
UnarmedProtocolMessage.getRecipient()
-
Uses of Nullable in org.drasyl.node
Modifier and TypeMethodDescriptionabstract ProofOfWork
DrasylConfig.getIdentityProofOfWork()
abstract IdentitySecretKey
DrasylConfig.getIdentitySecretKey()
abstract Integer
PeerEndpoint.getNetworkId()
Returns the network id of this endpoint.io.netty.channel.ChannelPipeline
DrasylNode.pipeline()
Returns theChannelPipeline
to allow users to add own handlers.Modifier and TypeMethodDescriptionSends the content ofpayload
to the identityrecipient
.DrasylNode.send
(DrasylAddress recipient, Object payload) Sends the content ofpayload
to the identityrecipient
. -
Uses of Nullable in org.drasyl.node.event
Modifier and TypeMethodDescriptionabstract Object
MessageEvent.getPayload()
Returns the message's payload. -
Uses of Nullable in org.drasyl.node.handler.serialization