This class can be used to handle TCP socket server connections.
It can listen to connection requests to a given IP address and port.
The class handles connection events like connection requests, reading the request data and send the response data, by calling functions of the class for custom processing.
Sub-classes may extend the class to implement special handling of connection events for different types of server applications. Several examples are provided to demonstrate this ability.
| There are not enough user ratings to display for this class. |
| |
Applications that use this class |
|
|

If you know an application of this package, send a message to the
author to add a link here.
| |
Files |
|
|
| File |
Role |
Description |
index.html |
Example |
Sample files for the Web Server |