RemObjects.InternetPack.StandardServers
Classes
| Class | Notes |
|---|---|
| EchoServer | This is a combination of two programs, a server and a client. The server sits and waits on client connections. When it receives one, it tells a worker thread to handle the connection by echoing the message back to the client. |
| EchoWorker | EchoWorker is used internally by the EchoServer class to handle the individual connections by echoing the message back to the client. |