CatapultServer  v0.5.0.1 (Elephant)
ClientConnector.cpp File Reference
Include dependency graph for ClientConnector.cpp:

Namespaces

 catapult
 
 catapult::net
 

Functions

std::shared_ptr< ClientConnector > catapult::net::CreateClientConnector (const std::shared_ptr< thread::IoThreadPool > &pPool, const crypto::KeyPair &keyPair, const ConnectionSettings &settings)
 Creates a client connector for a server with a key pair of keyPair using pPool and configured with settings. More...
 

Variable Documentation

◆ m_keyPair

const crypto::KeyPair& m_keyPair
private

◆ m_pPool

std::shared_ptr<thread::IoThreadPool> m_pPool
private

◆ m_settings

ConnectionSettings m_settings
private

◆ m_sockets

utils::WeakContainer<ionet::PacketSocket> m_sockets
private