| Class | Description |
|---|---|
| JSONHandler |
This handler is instantiated for every request, so that it can hold onto
those values as data members, and not have to pass through all the methods.
|
| JSONServlet |
JSONServlet is an abstract base class for a standard Java J2EE servlet that
sends and receives JSON formatted data.
|
| SessionManager |
The purpose of this is to be the root-most singleton server object that
also manages Tenant-based user session limits.
|
| WebClient | |
| WebRequest |
WebRequest provides a lot of convenience functions for handling web requests
especially when they are JSON objects being sent back and forth.
|