Uses of Annotation Type
org.drasyl.annotation.Nullable
Packages that use 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
Methods in org.drasyl.handler.discovery with annotations of type NullableModifier and TypeMethodDescriptionabstract InetSocketAddressAddPathAndChildrenEvent.getInetAddress()abstract InetSocketAddressAddPathAndSuperPeerEvent.getInetAddress()abstract InetSocketAddressAddPathEvent.getInetAddress()abstract InetSocketAddressPathRttEvent.getInetAddress() -
Uses of Nullable in org.drasyl.handler.remote.protocol
Methods in org.drasyl.handler.remote.protocol with annotations of type NullableModifier and TypeMethodDescriptionabstract DrasylAddressHelloMessage.getRecipient()Returns theIdentityPublicKeyof the message recipient.abstract DrasylAddressPublicHeader.getRecipient()abstract DrasylAddressUnarmedProtocolMessage.getRecipient() -
Uses of Nullable in org.drasyl.node
Methods in org.drasyl.node with annotations of type NullableModifier and TypeMethodDescriptionabstract ProofOfWorkDrasylConfig.getIdentityProofOfWork()abstract IdentityPublicKeyDrasylConfig.getIdentityPublicKey()abstract IdentitySecretKeyDrasylConfig.getIdentitySecretKey()abstract KeyAgreementPublicKeyDrasylConfig.getKeyAgreementPublicKey()abstract KeyAgreementSecretKeyDrasylConfig.getKeyAgreementSecretKey()abstract IntegerPeerEndpoint.getNetworkId()Returns the network id of this endpoint.static StringDrasylNode.getVersion()Deprecated, for removal: This API element is subject to removal in a future version.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
Version.identify().get("drasyl-core").version()instead.