java.lang.Object
org.zazof.jtegServer.Protocol
org.zazof.jtegServer.ProtocolVersion3
- public class ProtocolVersion3
- extends Protocol
| Fields inherited from class org.zazof.jtegServer.Protocol |
log |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
$mhs
private java.util.Hashtable $mhs
ProtocolVersion3
public ProtocolVersion3()
addMessageHandler
public void addMessageHandler(java.lang.String messageID,
MessageHandler mh)
- Description copied from class:
Protocol
- adds a MessageHandler to this protocol.
- Overrides:
addMessageHandler in class Protocol
handle
void handle(Message m)
- Description copied from class:
Protocol
- processes the message
- Overrides:
handle in class Protocol