|
xale-db 1.0
minimal SQL engine, written in c++
|
#include <TcpServer.h>

Public Member Functions | |
| TcpServer (Xale::Engine::QueryEngine &queryEngine) | |
| Constructor. | |
| ~TcpServer () | |
| Destructor. | |
| bool | start (int port) |
| Starts the TCP server on the specified port. | |
| void | stop () |
| Stops the TCP server. | |
| Xale::Net::TcpServer::TcpServer | ( | Xale::Engine::QueryEngine & | queryEngine | ) |
Constructor.
| Xale::Net::TcpServer::~TcpServer | ( | ) |
Destructor.
| bool Xale::Net::TcpServer::start | ( | int | port | ) |
Starts the TCP server on the specified port.
| void Xale::Net::TcpServer::stop | ( | ) |
Stops the TCP server.