Uses of Enum
org.drasyl.handler.remote.protocol.PrivateHeader.MessageType
Package
Description
The protocol used for communication with remote peers.
-
Uses of PrivateHeader.MessageType in org.drasyl.handler.remote.protocol
Modifier and TypeMethodDescriptionstatic PrivateHeader.MessageType
PrivateHeader.MessageType.forNumber
(byte value) abstract PrivateHeader.MessageType
PrivateHeader.getType()
static PrivateHeader.MessageType
Returns the enum constant of this type with the specified name.static PrivateHeader.MessageType[]
PrivateHeader.MessageType.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionstatic PrivateHeader
PrivateHeader.of
(PrivateHeader.MessageType type, UnsignedShort armedLength)