Uses of Enum
org.drasyl.handler.remote.protocol.PrivateHeader.MessageType
Packages that use PrivateHeader.MessageType
Package
Description
The protocol used for communication with remote peers.
-
Uses of PrivateHeader.MessageType in org.drasyl.handler.remote.protocol
Methods in org.drasyl.handler.remote.protocol that return PrivateHeader.MessageTypeModifier 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.Methods in org.drasyl.handler.remote.protocol with parameters of type PrivateHeader.MessageTypeModifier and TypeMethodDescriptionstatic PrivateHeader
PrivateHeader.of
(PrivateHeader.MessageType type, UnsignedShort armedLength)