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

Go to the source code of this file.

Classes

struct  catapult::timesync::NodeNetworkTimeRequestPolicy
 Node network time request policy. More...
 

Namespaces

 catapult
 
 catapult::timesync
 

Typedefs

using catapult::timesync::NodeNetworkTimeRequestor = net::BriefServerRequestor< NodeNetworkTimeRequestPolicy >
 A brief server requestor for requesting node network time information. More...
 

Functions

std::shared_ptr< NodeNetworkTimeRequestor > catapult::timesync::CreateNodeNetworkTimeRequestor (const std::shared_ptr< thread::IoThreadPool > &pPool, const crypto::KeyPair &keyPair, const net::ConnectionSettings &settings)
 Creates a node network time requestor for a server with a key pair of keyPair using pPool and configured with settings. More...