CatapultServer
v0.5.0.1 (Elephant)
|
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... | |