CatapultServer  v0.5.0.1 (Elephant)
ServerConnector.h File Reference
Include dependency graph for ServerConnector.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  catapult::net::ServerConnector
 Establishes connections with external nodes that this (local) node initiates. More...
 

Namespaces

 catapult
 
 catapult::crypto
 
 catapult::ionet
 
 catapult::thread
 
 catapult::net
 

Functions

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