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

Go to the source code of this file.

Classes

class  catapult::nodediscovery::NodePingResponseCompatibilityChecker
 Node ping response compatibility checker. More...
 
struct  catapult::nodediscovery::NodePingRequestPolicy
 Node ping request policy. More...
 

Namespaces

 catapult
 
 catapult::nodediscovery
 

Typedefs

using catapult::nodediscovery::NodePingRequestor = net::BriefServerRequestor< NodePingRequestPolicy, NodePingResponseCompatibilityChecker >
 A brief server requestor for requesting node ping information. More...
 

Functions

std::shared_ptr< NodePingRequestor > catapult::nodediscovery::CreateNodePingRequestor (const std::shared_ptr< thread::IoThreadPool > &pPool, const crypto::KeyPair &keyPair, const net::ConnectionSettings &settings, model::NetworkIdentifier networkIdentifier)