This class provides an interface for the JSON servers. More...
Header: | #include <TransportInterface> |
Inherited By: | nymeaserver::BluetoothServer, nymeaserver::TcpServer, and nymeaserver::WebSocketServer |
virtual bool | startServer() = 0 |
virtual bool | stopServer() = 0 |
void | clientDisconnected(const int &clientId) |
void | dataAvailable(const int &clientId, const int &data) |
int | |
int | m_serverName |
This class provides an interface for the JSON servers.
See also WebSocketServer and TcpServer.
[protected]
void TransportInterface::clientDisconnected(const int &clientId)[protected]
void TransportInterface::dataAvailable(const int &clientId, const int &data)[pure virtual]
bool TransportInterface::startServer()[pure virtual]
bool TransportInterface::stopServer()