Uses of Enum
org.drasyl.peer.connection.message.QuitMessage.CloseReason
Packages that use QuitMessage.CloseReason
Package
Description
Contains all message types that drasyl uses to configure the overlay network and transfer
application messages.
-
Uses of QuitMessage.CloseReason in org.drasyl.peer.connection.message
Methods in org.drasyl.peer.connection.message that return QuitMessage.CloseReasonModifier and TypeMethodDescriptionstatic QuitMessage.CloseReason
QuitMessage.getReason()
static QuitMessage.CloseReason
Returns the enum constant of this type with the specified name.static QuitMessage.CloseReason[]
QuitMessage.CloseReason.values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.drasyl.peer.connection.message with parameters of type QuitMessage.CloseReasonModifierConstructorDescriptionQuitMessage
(int networkId, CompressedPublicKey sender, ProofOfWork proofOfWork, CompressedPublicKey recipient, QuitMessage.CloseReason reason)