SocketServer
Package:
Summary:
Server to handle TCP requests
Groups:
Author:
Description:
This class can be used to implement a server to handle TCP requests.
It can listen to connections to a given IP and port and call given callback functions upon certain types of events.
Currently it can call handler functions for the events of established connections, disconnections, and received data from the client.
It can listen to connections to a given IP and port and call given callback functions upon certain types of events.
Currently it can call handler functions for the events of established connections, disconnections, and received data from the client.
Comments are closed.