This package contains the classes pertaining to data communication
and sessions. The ServerChannel - class implements the session queue,
which stores events and messages for offline clients. The class
supports the pulling of events. In addition, the HTTPServlet - class
facilitates both HTTP GET (management interface), and HTTP POST
(lightweight API interactions) communication.