#include <diameter_api.h>
Inheritance diagram for AAASessionMessageHandler:
Public Member Functions | |
AAASessionMessageHandler (AAAApplicationCore &appCore, AAACommandCode cmdCode) | |
AAACommandCode | GetCommandCode () |
This class provides strict association between a handler and a message command code. The methology used in message handlering is that there is a one-to-one association between a command code and a message event handler. Hence, applications wishing to process a specific message needs to inherit this class and implement it's HandleMessage() method to receive messages with the specified command code.
|
constructor This constructor forces a strict association with the message command code and the instance of this handler.
|
|
Access method to retrive command code value |