xale-db 1.0
minimal SQL engine, written in c++
Loading...
Searching...
No Matches
Xale::Net::TcpServer Class Reference

#include <TcpServer.h>

Collaboration diagram for Xale::Net::TcpServer:
Collaboration graph

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.

Constructor & Destructor Documentation

◆ TcpServer()

Xale::Net::TcpServer::TcpServer ( Xale::Engine::QueryEngine & queryEngine)

Constructor.

◆ ~TcpServer()

Xale::Net::TcpServer::~TcpServer ( )

Destructor.

Member Function Documentation

◆ start()

bool Xale::Net::TcpServer::start ( int port)

Starts the TCP server on the specified port.

◆ stop()

void Xale::Net::TcpServer::stop ( )

Stops the TCP server.


The documentation for this class was generated from the following files: