CatapultServer
v0.5.0.1 (Elephant)
|
Go to the source code of this file.
Classes | |
class | catapult::net::ClientConnector |
Accepts connections that are initiated by external nodes to this (local) node. More... | |
Namespaces | |
catapult | |
catapult::crypto | |
catapult::ionet | |
catapult::thread | |
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... | |