app

Undocumented in source.

Members

Functions

broadcast
void broadcast(WorkspaceD workspaced, WorkspaceD.Instance instance, JSONValue message)
Undocumented in source. Be warned that the author may not have intended to support it.
handleRequest
void handleRequest(int id, JSONValue request)
Undocumented in source. Be warned that the author may not have intended to support it.
main
int main(string[] args)
Undocumented in source. Be warned that the author may not have intended to support it.
processException
void processException(int id, Throwable e)
Undocumented in source. Be warned that the author may not have intended to support it.
processException
void processException(int id, JSONValue request, Throwable e)
Undocumented in source. Be warned that the author may not have intended to support it.
sendException
void sendException(int id, Throwable t)
Undocumented in source. Be warned that the author may not have intended to support it.
sendResponse
void sendResponse(int id, JSONValue message)
commandMutex
Mutex commandMutex;
Undocumented in source. Be warned that the author may not have intended to support it.

Static variables

stdin
File stdin;
stdout
File stdout;
Undocumented in source.
writeMutex
Mutex writeMutex;
Undocumented in source.

Variables

engine
WorkspaceD engine;
Undocumented in source.

Meta