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

Public Member Functions | |
| virtual void | connectionClosed (const wns::service::tl::FlowID &)=0 |
| virtual void | connectionEstablished (const wns::service::tl::FlowID &)=0 |
| virtual void | passiveClosed (const wns::service::tl::FlowID &)=0 |
| virtual void | passiveOpenConnection (const wns::service::tl::FlowID &)=0 |
| virtual | ~HandshakeStrategyHandlerInterface () |
Definition at line 39 of file HandshakeStrategyHandlerInterface.hpp.
| virtual tcp::HandshakeStrategyHandlerInterface::~HandshakeStrategyHandlerInterface | ( | ) | [inline, virtual] |
Definition at line 42 of file HandshakeStrategyHandlerInterface.hpp.
| virtual void tcp::HandshakeStrategyHandlerInterface::connectionClosed | ( | const wns::service::tl::FlowID & | ) | [pure virtual] |
Implemented in tcp::Service.
| virtual void tcp::HandshakeStrategyHandlerInterface::connectionEstablished | ( | const wns::service::tl::FlowID & | ) | [pure virtual] |
Implemented in tcp::Service.
| virtual void tcp::HandshakeStrategyHandlerInterface::passiveClosed | ( | const wns::service::tl::FlowID & | ) | [pure virtual] |
Implemented in tcp::Service.
| virtual void tcp::HandshakeStrategyHandlerInterface::passiveOpenConnection | ( | const wns::service::tl::FlowID & | ) | [pure virtual] |
Implemented in tcp::Service.
1.5.5