Uses of Enum Class
marauroa.common.net.message.Message.MessageType
-
Uses of Message.MessageType in marauroa.common.net.message
Modifier and TypeMethodDescriptionMessage.getType()
Returns the type of the messagestatic Message.MessageType
Returns the enum constant of this class with the specified name.static Message.MessageType[]
Message.MessageType.values()
Returns an array containing the constants of this enum class, in the order they are declared.ModifierConstructorDescriptionprotected
Message(Message.MessageType type, Channel channel)
Constructor with a TCP/IP source/destination of the messageConstructor for allowing creation of an empty messageMessageSendByteArray(Message.MessageType type, Channel source, byte[] hash)
Constructor with a TCP/IP source/destination of the message and the byte array to send.