- authoriseUserAuthoriseError authoriseUser(string username, string pgpassword) 
- * Called by the authentication protocol.
   * 
   * Returns: false if PostgreSQL is offline or user in not authorised, or true. 
- authorisedbool authorised() 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- callServerMethodstring callServerMethod(string method, Json parameters) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- connectedvoid connected() 
- Undocumented in source. 
- discardAuthorisationvoid discardAuthorisation() 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- disconnectedvoid disconnected() 
- Undocumented in source. 
- idstring id() 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- isConnectedbool isConnected() 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- receiveReplyauto  receiveReply() 
- Undocumented in source. 
- reconnectionsSysTime[] reconnections() 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- sendBroadcastvoid sendBroadcast(M msg) 
- * Push a forward-only message to the client, a reply is not expected. 
- sendRequestvoid sendRequest(M msg) 
- * Push a new message, from the server to the client. Used by the server to inform clients about events. 
- socketWiredbool socketWired() 
- * Returns true if the 'server to client' socket was opened and wired to us. 
- vueDeleteRecordimmutable(ubyte)[] vueDeleteRecord(int tableIndex, immutable(ubyte)[] record, DeleteError err) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- vueInsertRecordimmutable(ubyte)[][2] vueInsertRecord(int statementIndex, immutable(ubyte)[] record, InsertError err) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- vueSubscribeauto  vueSubscribe(string select, Variant[string] parameters, RequestState state) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- vueUpdateRecordvoid vueUpdateRecord(ulong tableIndex, immutable(ubyte)[] keys, immutable(ubyte)[] record, RequestState state) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- wireSocketvoid wireSocket(MarsProxyStoC!WebSocket socket) 
- * The Helo protocol will wire the active socket here, and will set this to null when disconnecting.