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


Definition at line 46 of file TLBinding.hpp.
| TLBinding::TLBinding | ( | const wns::pyconfig::View & | _pyco | ) |
Definition at line 40 of file TLBinding.cpp.
| TLBinding::~TLBinding | ( | ) | [virtual] |
Definition at line 53 of file TLBinding.cpp.
| void TLBinding::initBinding | ( | ) | [virtual] |
| void TLBinding::onConnectionClosed | ( | wns::service::tl::Connection * | _disconnectedConnection | ) | [virtual] |
| [in] | _disconnectedConnection | The connection that was disconnected. |
Implements wns::service::tl::ConnectionHandler.
Definition at line 101 of file TLBinding.cpp.
| void TLBinding::onConnectionClosedByPeer | ( | wns::service::tl::Connection * | _connection | ) | [virtual] |
| void TLBinding::onConnectionEstablished | ( | wns::service::nl::Address | _sourceIP, | |
| wns::service::tl::Connection * | _newConnection | |||
| ) | [virtual] |
As response to Service::openConnection or Service::listenOnPort when a connection is established by another component.
| [in] | _sourceIP | IP address of entity requesting the connection |
| [in] | _newConnection | Connection that was created. |
Implements wns::service::tl::ConnectionHandler.
Definition at line 69 of file TLBinding.cpp.
| void TLBinding::onConnectionLost | ( | wns::service::tl::Connection * | _lostConnection | ) | [virtual] |
| [in] | _lostConnection | Connection that is lost. |
Implements wns::service::tl::ConnectionHandler.
Definition at line 113 of file TLBinding.cpp.
| std::string TLBinding::printAddress | ( | ) | const [protected, virtual] |
| void TLBinding::registerComponent | ( | applications::node::component::Component * | _component, | |
| int | _sessionIndex | |||
| ) | [virtual] |
| void TLBinding::registerSession | ( | int | _i, | |
| applications::session::Session * | _session | |||
| ) | [virtual] |
| void TLBinding::releaseBinding | ( | wns::service::tl::Connection * | _connection | ) | [virtual] |
| void TLBinding::startListening | ( | wns::service::tl::Service * | _tlService | ) | [virtual] |
Definition at line 95 of file TLBinding.cpp.
Definition at line 93 of file TLBinding.hpp.
Definition at line 95 of file TLBinding.hpp.
Definition at line 91 of file TLBinding.hpp.
Definition at line 87 of file TLBinding.hpp.
Definition at line 106 of file TLBinding.hpp.
Definition at line 89 of file TLBinding.hpp.
Definition at line 99 of file TLBinding.hpp.
Definition at line 97 of file TLBinding.hpp.
Definition at line 85 of file TLBinding.hpp.
1.5.5