Config | Provides thread-safe, static methods used to get and set application
variables |
ConfigFile | Used to access and save configuration information to an encrypted JSON
file |
Deploy | Command line app used to package and deploy a web application |
FileManager | Used to serve up static files (html, javascript, css, images, etc) |
KeyManager | Custom implementation of a X509KeyManager |
Logger | Used to log server activity to a text file |
Server | Command line application used to start an web server and serve content |
ServiceRequest | Used to represent an HTTP request |
ServiceResponse | |
User | |
WebLog | Used to parse a log file of web requests |
WebService | Implementations of this class are used to generate responses to web
service requests |