#include <MsgHandler.hpp>
Inheritance diagram for MsgHandler::

Public Methods | |
| virtual void | execute (const string &data, msgHeader1 &header, Session *conn)=0 |
Static Public Methods | |
| int | getMsgType () |
| int | getRelease () |
Static Protected Attributes | |
| const int | msg_type = 0 |
| const int | release = 1 |
|
||||||||||||||||
|
Handle an incoming message.
Reimplemented in Msg001, Msg101, Msg301, Msg306, Msg307, Msg308, and Msg341. |
|
|
Get the message type this handler is responsible for. |
|
|
Get the release this handler is responsible for. |
|
|
Message type this handler is responsible for. See the protocol specification for all available message types. Reimplemented in Msg001, Msg101, Msg301, Msg306, Msg307, Msg308, and Msg341. |
|
|
The release this handler is responsible for. At the moment, only release '1' exists. |
1.2.12 written by Dimitri van Heesch,
© 1997-2001