Class TagValMenuCommandProcessors
java.lang.Object
com.thecoderscorner.menu.remote.protocol.TagValMenuCommandProcessors
A series of protocol handlers for most of the common tag value messages. This 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.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidstatic voidappendField(StringBuilder sb, String key, Object value) static voidputRawLengthInBuffer(ByteBuffer buffer, int len)
-
Constructor Details
-
TagValMenuCommandProcessors
public TagValMenuCommandProcessors()
-
-
Method Details
-
putRawLengthInBuffer
-
appendField