Uses of Enum
org.kendar.sync.lib.protocol.MessageType
Packages that use MessageType
-
Uses of MessageType in org.kendar.sync.lib.buffer.converters
Methods in org.kendar.sync.lib.buffer.converters that return MessageTypeMethods in org.kendar.sync.lib.buffer.converters that return types with arguments of type MessageTypeMethods in org.kendar.sync.lib.buffer.converters with parameters of type MessageType -
Uses of MessageType in org.kendar.sync.lib.protocol
Methods in org.kendar.sync.lib.protocol that return MessageTypeModifier and TypeMethodDescriptionstatic MessageTypeGets the message type from its code.ConnectMessage.getMessageType()ConnectResponseMessage.getMessageType()ErrorMessage.getMessageType()FileDataAck.getMessageType()FileDataMessage.getMessageType()FileDescriptorAckMessage.getMessageType()FileDescriptorMessage.getMessageType()FileEndAckMessage.getMessageType()FileEndMessage.getMessageType()FileListMessage.getMessageType()FileListResponseMessage.getMessageType()FileSyncMessage.getMessageType()FileSyncMessageAck.getMessageType()abstract MessageTypeMessage.getMessageType()Gets the message type for this message.StartRestore.getMessageType()StartRestoreAck.getMessageType()SyncEndAckMessage.getMessageType()SyncEndMessage.getMessageType()static MessageTypeReturns the enum constant of this type with the specified name.static MessageType[]MessageType.values()Returns an array containing the constants of this enum type, in the order they are declared.