|
Public Member Functions |
| DiameterMip4HaServerSession (AAAApplicationCore &appCore, diameter_unsigned32_t appId=Mip4ApplicationId) |
| Constuctor.
|
virtual | ~DiameterMip4HaServerSession () |
| Destructor.
|
DiameterMip4HaServerSession * | Self () |
| Returns the pointer to myself.
|
AAAReturnCode | HandleMessage (AAAMessage &msg) |
| Reimplemented from AAAServerSession.
|
AAAReturnCode | HandleDisconnect () |
| Reimplemented from AAAServerSession.
|
AAAReturnCode | HandleSessionTimeout () |
| Reimplemented from AAAServerSession.
|
AAAReturnCode | HandleAuthLifetimeTimeout () |
| Reimplemented from AAAServerSession.
|
AAAReturnCode | HandleAuthGracePeriodTimeout () |
| Reimplemented from AAAServerSession.
|
AAAReturnCode | HandleAbort () |
| Reimplemented from AAAServerSession.
|
AAAReturnCode | HandleTimeout () |
void | Start () throw (AAA_Error) |
AAAReturnCode | Reset () throw (AAA_Error) |
int | ProcessMipRegRequest (diameter_octetstring_t &MipRegReq) |
int | SetMipFaToHaSpi (diameter_unsigned32_t &faHaSpi) |
int | SetMipFaToMnSpi (diameter_unsigned32_t &faMnSpi) |
int | SetErrorMessage (AAA_ScholarAttribute< diameter_utf8string_t > &errorMessage) |
int | SetMipRegReply (AAA_ScholarAttribute< diameter_octetstring_t > &reply) |
int | SetMipMnAddress (AAA_ScholarAttribute< diameter_address_t > &address) |
int | SetAcctMultiSessionId (AAA_ScholarAttribute< diameter_utf8string_t > &acctMultiSessionId) |
HAR_Data & | HAR () |
HAA_Data & | HAA () |
Public Attributes |
HAR_Data | harData |
HAA_Data | haaData |
Classes |
class | HAR_Handler |
| HAR Message Handler. More...
|