EpcTools
An event based multi-threaded C++ development framework.
Public Member Functions | List of all members
FDSession Class Reference

Allocates and assigns a Session-Id. More...

#include <efd.h>

Public Member Functions

 FDSession ()
 Class constructor. More...
 
 ~FDSession ()
 Class destructor. More...
 
const EStringgetSessionId ()
 Retrieves a string representation of the session ID. More...
 
Void addSessionId (FDMessage &msg, FDDictionaryEntryAVP &deSessionId)
 Adds the Session-Id to a message. More...
 

Detailed Description

Allocates and assigns a Session-Id.

Constructor & Destructor Documentation

◆ FDSession()

FDSession::FDSession ( )

Class constructor.

◆ ~FDSession()

FDSession::~FDSession ( )

Class destructor.

Member Function Documentation

◆ addSessionId()

Void FDSession::addSessionId ( FDMessage msg,
FDDictionaryEntryAVP deSessionId 
)

Adds the Session-Id to a message.

Parameters
msgthe message to add the Session-Id to.
deSessionIdthe dictionary entry for the session ID.

◆ getSessionId()

const EString & FDSession::getSessionId ( )

Retrieves a string representation of the session ID.

Returns
the session ID.

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