* Get instance of the HTTPServerProcess
()
| 114 | * Get instance of the HTTPServerProcess |
| 115 | */ |
| 116 | httpServer() { |
| 117 | return new HttpServerProcess(this) |
| 118 | } |
| 119 | |
| 120 | /** |
| 121 | * Get an instance of the AceProcess class |
no outgoing calls
no test coverage detected