• TcpServer
  • TcpServer Class

    (nymeaserver::TcpServer)

    This class represents the tcp server for nymead. More...

    Header: #include <TcpServer>

    Public Functions

    bool startServer()
    bool stopServer()

    Detailed Description

    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.

    Member Function Documentation

    bool TcpServer::startServer()

    Returns true if this TcpServer started successfully.

    See also TransportInterface::startServer().

    bool TcpServer::stopServer()

    Returns true if this TcpServer stopped successfully.

    See also TransportInterface::startServer().