| Class | Description |
|---|---|
| DebugHandler |
Implements the logging interface expected by com.simplifiedlogic.nitro.jlink.intf.DebugLogging
|
| FileHttpHandler |
Implementation of HttpHandler which handles requests for the internal website on this server
|
| GenTemplates |
Generate help-doc JSON files for all the functions supported.
|
| GenTemplatesJS |
Generate help-doc JSON files for all the functions supported.
|
| JshellHttpHandler |
Implementation of HttpHandler which handles JSON requests for CREOSON functions
|
| MainServer |
The main class for the server.
|
| ServerHttpHandler |
Implementation of HttpHandler which handles JSON requests for special
server-only functions
|
| StatusHttpHandler |
Implementation of HttpHandler which handles simple HTTP requests
for dealing with server state
|
| Exception | Description |
|---|---|
| ServerException |
Special extension for exceptions generated by the server code
|