class CompilationServer
static const var AUTO_SHUTDOWN : boolean
static const var LIFE : number
new CompilationServer(parentPlatform : Platform)
static function start(platform : Platform, port : int)
: number
function shutdown(reason : string)
: void
function handleRequest(request : ServerRequest, response : ServerResponse)
: void
function handleGET(id : number, startTime : Date, request : ServerRequest, response : ServerResponse)
: void
function finishRequest(id : number, startTime : Date, response : ServerResponse, statusCode : number, data : variant)
: void