Uses of Annotation Type
org.drasyl.util.internal.Nullable
Packages that use Nullable
Package
Description
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.
Network-related utility classes.
-
Uses of Nullable in org.drasyl.node
Methods in org.drasyl.node with annotations of type NullableModifier and TypeMethodDescriptionabstract ProofOfWorkDrasylConfig.getIdentityProofOfWork()abstract IdentitySecretKeyDrasylConfig.getIdentitySecretKey()abstract IntegerPeerEndpoint.getNetworkId()Returns the network id of this endpoint.DrasylNode.peers()Returns thePeersListof this node.io.netty.channel.ChannelPipelineDrasylNode.pipeline()Returns theChannelPipelineto allow users to add own handlers.Method parameters in org.drasyl.node with annotations of type NullableModifier and TypeMethodDescriptionSends the content ofpayloadto the identityrecipient.DrasylNode.send(DrasylAddress recipient, Object payload) Sends the content ofpayloadto the identityrecipient. -
Uses of Nullable in org.drasyl.node.event
Methods in org.drasyl.node.event with annotations of type NullableModifier and TypeMethodDescriptionabstract ObjectMessageEvent.getPayload()Returns the message's payload. -
Uses of Nullable in org.drasyl.node.handler.serialization
Methods in org.drasyl.node.handler.serialization with annotations of type Nullable -
Uses of Nullable in org.drasyl.util.network
Methods in org.drasyl.util.network with annotations of type Nullable