Class TagValMenuCommandProtocol

java.lang.Object
com.thecoderscorner.menu.remote.protocol.TagValMenuCommandProtocol
All Implemented Interfaces:
MenuCommandProtocol

public class TagValMenuCommandProtocol extends Object implements MenuCommandProtocol
A protocol implementation that uses tag value pair notation with a few special text items in order to create messages that can be transmitted. It is currently the default protocol. Example of this format: "0=123|1=234~" where key 0 is 123 and key 1 is 234, tilde indicates the end of the message.
  • Field Details

  • Constructor Details

    • TagValMenuCommandProtocol

      public TagValMenuCommandProtocol()
  • Method Details