Uses of Interface
de.freaklamarsch.systarest.STouchProtocol.ObjectReaderWriter
| Package | Description |
|---|---|
| de.freaklamarsch.systarest |
-
Uses of STouchProtocol.ObjectReaderWriter in de.freaklamarsch.systarest
Fields in de.freaklamarsch.systarest with type parameters of type STouchProtocol.ObjectReaderWriter Modifier and Type Field Description private static java.util.Map<STouchProtocol.STouchCommand,STouchProtocol.ObjectReaderWriter<?>>STouchProtocol. readerWritersA map of command parsers, where the key is the command code and the value is the corresponding parser.Methods in de.freaklamarsch.systarest that return STouchProtocol.ObjectReaderWriter Modifier and Type Method Description static STouchProtocol.ObjectReaderWriter<?>STouchProtocol. getParser(STouchProtocol.STouchCommand cmd)Retrieves the parser for the given command code.