Package server.framework.network.parser

Interface Summary
MessageParser<T> An interface that is used to parse messages of different formats into ActionPair objects, and vice versa.
 

Class Summary
ActionPair A wrapper class that consist of an Action enum and the action's corresponding values.
StringParser An implementation of the MessageParser interface, that creates and parses String messages.
 

Enum Summary
Action This enum contains the actions specified for both the framework and for games implementing the framework.