#include <diameter_api.h>
Inheritance diagram for AAAServerSession:
Public Member Functions | |
AAAServerSession (AAAApplicationCore &appCore, diameter_unsigned32_t id) | |
virtual | ~AAAServerSession () |
AAAReturnCode | Update (AAASession::EVENT event) |
AAAReturnCode | Abort () |
Derived class to provide functionality of a diameter server. See notes on AAASession base class for notes on AAAEventHandler methods. Note that applications MAY derive from this class or use it directly. Typically, a AAAServerSession or its derived object is created by the application core on arrival of a request message with no matching session. The application SHOULD NOT creat instances of AAAServerSession but allow AAAServerSessionCreator object to do this process.
|
constructor
|
|
destructor |
|
This function allows the server to terminate a session after being accepted. |
|
This functions is a server impelmentation of the update base function.
Implements AAASession. |