#include <diameter_api.h>
Public Member Functions | |
AAAProxyServices (AAAApplicationCore &appCore) | |
virtual | ~AAAProxyServices () |
AAAReturnCode | RegisterMessageHandler (diameter_unsigned32_t appId, AAAEventHandler *handler) |
AAAReturnCode | RemoveMessageHandler (diameter_unsigned32_t appId) |
Protected Attributes | |
AAAApplicationCore & | core |
!!!! WARNING !!!!
This is a experimental API and still considered under construction. Pls do not use as this is still subject to change.
This class provides access to proxied messages for the local diameter entity. Note that messages passed on to the local entity are owned by the library.
|
constructor
|
|
destructor |
|
Registers a proxy message handler for a specific application id
|
|
Removes a handler currently registered
|