interface for network realization
More...
#include <socket_api.h>
|
virtual | ~SocketAPI ()=default |
|
virtual void | init (std::string ip, int port, bool isIpv6)=0 |
|
virtual std::string | getData ()=0 |
|
virtual void | receiveData (const std::string &data)=0 |
|
virtual std::string | getIpFromDomain (std::string &domain, bool isHttps, bool *IPv6)=0 |
|
interface for network realization
virtual SocketAPI::~SocketAPI |
( |
| ) |
|
|
virtualdefault |
virtual std::string SocketAPI::getData |
( |
| ) |
|
|
pure virtual |
virtual std::string SocketAPI::getIpFromDomain |
( |
std::string & |
domain, |
|
|
bool |
isHttps, |
|
|
bool * |
IPv6 |
|
) |
| |
|
pure virtual |
virtual void SocketAPI::init |
( |
std::string |
ip, |
|
|
int |
port, |
|
|
bool |
isIpv6 |
|
) |
| |
|
pure virtual |
virtual void SocketAPI::receiveData |
( |
const std::string & |
data | ) |
|
|
pure virtual |
The documentation for this class was generated from the following file:
- /home/travis/build/akrava/web-framework/include/socket_api.h