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

Public Member Functions | |
| virtual void | onFlowChanged (wns::service::tl::FlowID, wns::service::dll::FlowID)=0 |
| virtual void | onFlowEstablished (wns::service::tl::FlowID, wns::service::dll::FlowID)=0 |
| Receive notificiation about flow establishment from lower DLL layer. | |
| virtual | ~FlowHandler () |
| Destructor. | |
Definition at line 74 of file Handler.hpp.
| virtual wns::service::dll::FlowHandler::~FlowHandler | ( | ) | [inline, virtual] |
| virtual void wns::service::dll::FlowHandler::onFlowChanged | ( | wns::service::tl::FlowID | , | |
| wns::service::dll::FlowID | ||||
| ) | [pure virtual] |
Implemented in tcp::FlowHandler.
| virtual void wns::service::dll::FlowHandler::onFlowEstablished | ( | wns::service::tl::FlowID | , | |
| wns::service::dll::FlowID | ||||
| ) | [pure virtual] |
| [in] | source/destination | ports and IP adresses belonging to this flow. |
Implemented in tcp::FlowHandler.
1.5.5