| Class | Description |
|---|---|
| ConnectionHandler |
This class will serve a single client and process it's requests and send appropriate replies.
|
| ServerRunner |
This class is responsible for starting server on a port and generating sockets for clients and passing to separate threads.
|
| TestClient |