| 10 | | * Protocol - handles the reading/writing of data to/from the socket connection |
| 11 | | * Event - represents a single request/response; very similar to a Http Request or Http Response objects from the java servlet world. |
| 12 | | * Controller - handles the processing of Event objects |
| | 10 | * '''Protocol''' - handles the reading/writing of data to/from the socket connection |
| | 11 | * '''Event''' - represents a single request/response; very similar to a Http Request or Http Response objects from the java servlet world. |
| | 12 | * '''Controller''' - handles the processing of Event objects |