reSIProcate/DialogUsageManager  9694
Public Member Functions | Protected Member Functions | Protected Attributes
resip::EncryptionManager::Request Class Reference
Inheritance diagram for resip::EncryptionManager::Request:
Inheritance graph
[legend]
Collaboration diagram for resip::EncryptionManager::Request:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 Request (DialogUsageManager &dum, RemoteCertStore *store, SharedPtr< SipMessage > msg, DumFeature &feature)
virtual ~Request ()
virtual Result received (bool success, MessageId::Type type, const Data &aor, const Data &data)=0
Data getId () const

Protected Member Functions

void response415 ()

Protected Attributes

DialogUsageManagermDum
RemoteCertStoremStore
SharedPtr< SipMessagemMsgToEncrypt
int mPendingRequests
DumFeaturemFeature

Detailed Description

Definition at line 55 of file EncryptionManager.hxx.


Constructor & Destructor Documentation

resip::EncryptionManager::Request::Request ( DialogUsageManager dum,
RemoteCertStore store,
SharedPtr< SipMessage msg,
DumFeature feature 
)
virtual resip::EncryptionManager::Request::~Request ( ) [virtual]

Member Function Documentation

Data resip::EncryptionManager::Request::getId ( ) const [inline]

Reimplemented in resip::EncryptionManager::Decrypt.

Definition at line 61 of file EncryptionManager.hxx.

References mMsgToEncrypt.

{ return mMsgToEncrypt->getTransactionId(); }            
virtual Result resip::EncryptionManager::Request::received ( bool  success,
MessageId::Type  type,
const Data aor,
const Data data 
) [pure virtual]
void resip::EncryptionManager::Request::response415 ( ) [protected]

Member Data Documentation

Definition at line 66 of file EncryptionManager.hxx.

Definition at line 70 of file EncryptionManager.hxx.

Definition at line 68 of file EncryptionManager.hxx.

Referenced by getId().

Definition at line 69 of file EncryptionManager.hxx.

Definition at line 67 of file EncryptionManager.hxx.


The documentation for this class was generated from the following file: