- askForActorInfo
void askForActorInfo(TCPConnection conn, string name)
Undocumented in source. Be warned that the author may not have intended to support it.
- askForActors
void askForActors(TCPConnection conn)
Creation and sending of messages
- askForClassCreation
void askForClassCreation(TCPConnection conn, string uid, string identifier, string parent)
Undocumented in source. Be warned that the author may not have intended to support it.
- askForClassDeletion
void askForClassDeletion(TCPConnection conn, string identifier)
Undocumented in source. Be warned that the author may not have intended to support it.
- askToKill
void askToKill(TCPConnection conn, string identifier, bool success)
Undocumented in source. Be warned that the author may not have intended to support it.
- classCallMethod
void classCallMethod(TCPConnection conn, string uid, string classInstanceIdentifier, string methodName, ubyte[] data, bool expects)
Undocumented in source. Be warned that the author may not have intended to support it.
- classCallMethodReturn
void classCallMethodReturn(TCPConnection conn, string uid, ubyte[] data)
Undocumented in source. Be warned that the author may not have intended to support it.
- classErroredReport
void classErroredReport(TCPConnection conn, string identifier, string identifier2, string message)
Undocumented in source. Be warned that the author may not have intended to support it.
- handleRequestOfClassCreation
void handleRequestOfClassCreation(TCPConnection conn, RemoteDirector director, ActorClassCreation data)
Undocumented in source. Be warned that the author may not have intended to support it.
- listenForCommunications
void listenForCommunications(TCPConnection conn, RemoteDirector director)
Undocumented in source. Be warned that the author may not have intended to support it.
- logActorsInfo
void logActorsInfo(ActorInformation info, string addr)
Undocumented in source. Be warned that the author may not have intended to support it.
- readSome
ubyte[] readSome(TCPConnection stream, size_t amount)
Undocumented in source. Be warned that the author may not have intended to support it.
- replyForActor
void replyForActor(TCPConnection conn, string name)
Undocumented in source. Be warned that the author may not have intended to support it.
- replyForActors
void replyForActors(TCPConnection conn)
Undocumented in source. Be warned that the author may not have intended to support it.
- utc0Time
ulong utc0Time()
Undocumented in source. Be warned that the author may not have intended to support it.