#include <PingConnectivityChecker.hpp>
Definition at line 28 of file PingConnectivityChecker.hpp.
kaa::PingConnectivityChecker::PingConnectivityChecker |
( |
| ) |
|
|
inline |
kaa::PingConnectivityChecker::PingConnectivityChecker |
( |
const std::string & |
host, |
|
|
std::uint16_t |
port = DEFAULT_PORT |
|
) |
| |
|
inline |
virtual bool kaa::PingConnectivityChecker::checkConnectivity |
( |
| ) |
|
|
virtual |
Check whether network connectivity exists.
- Returns
- True if connection exists, false otherwise.
Implements kaa::IConnectivityChecker.
const std::string kaa::PingConnectivityChecker::DEFAULT_HOST |
|
static |
const std::uint16_t kaa::PingConnectivityChecker::DEFAULT_PORT = 80 |
|
static |
The documentation for this class was generated from the following file: