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


Public Member Functions | |
| virtual void | activeOpen (const wns::service::tl::FlowID &_flowID) |
| virtual void | closeConnection (const wns::service::tl::FlowID &_flowID) |
| virtual bool | doIsAccepting (const wns::ldk::CompoundPtr &_compound) const |
| Implementation of the CompoundHandlerInterface. | |
| virtual void | doOnData (const wns::ldk::CompoundPtr &_compound) |
| virtual void | doSendData (const wns::ldk::CompoundPtr &_compound) |
| OneWayHandshake (wns::ldk::fun::FUN *_fun, const wns::pyconfig::View &_pyco) | |
| virtual void | onFUNCreated () |
| Find my friends. This is currently the connection comprising state while connection establishing or termination. | |
| virtual void | passiveOpen (const wns::service::tl::FlowID &_flowID) |
| virtual void | registerStrategyHandler (HandshakeStrategyHandlerInterface *_strategyHandler) |
| virtual | ~OneWayHandshake () |
| Component's destructor. | |
Private Member Functions | |
| bool | doIsAccepting (const wns::ldk::CompoundPtr &_compound) |
| void | doWakeup () |
Private Attributes | |
| wns::pyconfig::View | config |
| Configuration for this component. | |
| wns::ldk::fun::FUN * | fun |
| wns::logger::Logger | logger |
| My logger. | |
| HandshakeStrategyHandlerInterface * | strategyHandler |
| The service of the UDP component. | |
Definition at line 55 of file OneWayHandshake.hpp.
| OneWayHandshake::OneWayHandshake | ( | wns::ldk::fun::FUN * | _fun, | |
| const wns::pyconfig::View & | _pyco | |||
| ) |
Definition at line 46 of file OneWayHandshake.cpp.
| OneWayHandshake::~OneWayHandshake | ( | ) | [virtual] |
Definition at line 60 of file OneWayHandshake.cpp.
| void OneWayHandshake::activeOpen | ( | const wns::service::tl::FlowID & | _flowID | ) | [virtual] |
| void OneWayHandshake::closeConnection | ( | const wns::service::tl::FlowID & | _flowID | ) | [virtual] |
| bool OneWayHandshake::doIsAccepting | ( | const wns::ldk::CompoundPtr & | _compound | ) | [private] |
Definition at line 80 of file OneWayHandshake.cpp.
| bool OneWayHandshake::doIsAccepting | ( | const wns::ldk::CompoundPtr & | _compound | ) | const [virtual] |
Definition at line 91 of file OneWayHandshake.cpp.
| void OneWayHandshake::doOnData | ( | const wns::ldk::CompoundPtr & | _compound | ) | [virtual] |
Definition at line 70 of file OneWayHandshake.cpp.
| void OneWayHandshake::doSendData | ( | const wns::ldk::CompoundPtr & | _compound | ) | [virtual] |
Definition at line 75 of file OneWayHandshake.cpp.
| void OneWayHandshake::doWakeup | ( | ) | [private] |
Definition at line 86 of file OneWayHandshake.cpp.
| void OneWayHandshake::onFUNCreated | ( | ) | [virtual] |
| void OneWayHandshake::passiveOpen | ( | const wns::service::tl::FlowID & | _flowID | ) | [virtual] |
| void OneWayHandshake::registerStrategyHandler | ( | HandshakeStrategyHandlerInterface * | _strategyHandler | ) | [virtual] |
Definition at line 142 of file OneWayHandshake.hpp.
wns::ldk::fun::FUN* tcp::OneWayHandshake::fun [private] |
Definition at line 144 of file OneWayHandshake.hpp.
Definition at line 132 of file OneWayHandshake.hpp.
Definition at line 137 of file OneWayHandshake.hpp.
1.5.5