![]() |
User Manual, Developers Guide and API Documentation |
![]() |
#include <FlowHandler.hpp>


Public Member Functions | |
| FlowHandler () | |
| Constructor. | |
| void | onFlowChanged (wns::service::tl::FlowID flowID, int _dllFlowID) |
| Receive notificiation about flow-changes from lower DLL layer. (new DllFlowID at HandOver). | |
| void | onFlowEstablished (wns::service::tl::FlowID flowID, int _dllFlowID) |
| Receive notificiation about flow establishment from lower DLL layer. | |
| void | setTLService (tcp::Service *_tlService) |
| ~FlowHandler () | |
| Destructor. | |
Public Attributes | |
| wns::logger::Logger | logger |
| std::string | serviceName |
Private Attributes | |
| tcp::Service * | tlService |
Definition at line 34 of file FlowHandler.hpp.
| FlowHandler::FlowHandler | ( | ) |
Definition at line 19 of file FlowHandler.cpp.
| tcp::FlowHandler::~FlowHandler | ( | ) | [inline, virtual] |
| void FlowHandler::onFlowChanged | ( | wns::service::tl::FlowID | flowID, | |
| int | _dllFlowID | |||
| ) | [virtual] |
| void FlowHandler::onFlowEstablished | ( | wns::service::tl::FlowID | flowID, | |
| int | _dllFlowID | |||
| ) | [virtual] |
| void FlowHandler::setTLService | ( | tcp::Service * | _tlService | ) |
Definition at line 36 of file FlowHandler.cpp.
Definition at line 40 of file FlowHandler.hpp.
| std::string tcp::FlowHandler::serviceName |
Definition at line 39 of file FlowHandler.hpp.
tcp::Service* tcp::FlowHandler::tlService [private] |
Definition at line 68 of file FlowHandler.hpp.
1.5.5