Package com.thecoderscorner.menu.remote.protocol


package com.thecoderscorner.menu.remote.protocol
  • Interface Summary
    Interface
    Description
    Field names are used to represent the possible field names that can be sent to a remote menu.
  • Class Summary
    Class
    Description
    A correlation ID that allows events sent from the client or server to be linked via this ID.
     
    A few general helper method to get the version and platform information to and from messages.
    A protocol implementation that uses tag value pair notation with a few special text items in order to create messages that can be transmitted.
    This is the parser implementation that understands tag value format and can convert the tags back into a series of tags and values suitable for the protocol to decode messages.
  • Enum Class Summary
    Enum Class
    Description
    Provides a list of the support platforms as an enumeration.
  • Exception Summary
    Exception
    Description
    An exception that indicates a problem during protocol conversion