client-cpp  0.0.1-SNAPSHOT
kaa::PingConnectivityChecker Class Reference

#include <PingConnectivityChecker.hpp>

+ Inheritance diagram for kaa::PingConnectivityChecker:
+ Collaboration diagram for kaa::PingConnectivityChecker:

Public Member Functions

 PingConnectivityChecker (IPingServerStorage &storage)
 
virtual bool checkConnectivity ()
 
- Public Member Functions inherited from kaa::IConnectivityChecker
virtual ~IConnectivityChecker ()
 

Detailed Description

Reference implementation of IConnectivityChecker.

Use simple ping mechanism of some pattern server.

Definition at line 31 of file PingConnectivityChecker.hpp.

Constructor & Destructor Documentation

kaa::PingConnectivityChecker::PingConnectivityChecker ( IPingServerStorage storage)
inline

Definition at line 33 of file PingConnectivityChecker.hpp.

Member Function Documentation

virtual bool kaa::PingConnectivityChecker::checkConnectivity ( )
virtual

Check whether network connectivity exists.

Returns
True if connection exists, false otherwise.

Implements kaa::IConnectivityChecker.


The documentation for this class was generated from the following file: