Uses of Enum Class
marauroa.common.net.message.Message.MessageType
Packages that use Message.MessageType
-
Uses of Message.MessageType in marauroa.common.net.message
Fields in marauroa.common.net.message declared as Message.MessageTypeMethods in marauroa.common.net.message that return Message.MessageTypeModifier 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.Constructors in marauroa.common.net.message with parameters of type Message.MessageTypeModifierConstructorDescriptionprotected
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.