This class represents the tcp server for nymead. More...
Header: | #include <TcpServer> |
bool | startServer() |
bool | stopServer() |
This class represents the tcp server for nymead.
The TCP server allows clients to connect to the JSON-RPC API.
See also WebSocketServer and TransportInterface.
Returns true if this TcpServer started successfully.
See also TransportInterface::startServer().
Returns true if this TcpServer stopped successfully.
See also TransportInterface::startServer().