class TwistedWordsClient(pb.Referenceable, basesupport.AbstractClientMixin): (source)
Constructor: TwistedWordsClient(acct, serviceName, perspectiveName, chatui, _logonDeferred)
In some cases, this acts as an Account, since it a source of text messages (multiple Words instances may be on a single PB connection)
| Method | __init__ |
Undocumented |
| Method | add |
Undocumented |
| Method | connected |
Undocumented |
| Method | get |
Undocumented |
| Method | get |
Undocumented |
| Method | get |
Undocumented |
| Method | join |
Undocumented |
| Method | leave |
Undocumented |
| Method | remote_member |
Undocumented |
| Method | remote_member |
Undocumented |
| Method | remote_notify |
Undocumented |
| Method | remote_receive |
Undocumented |
| Method | remote_receive |
Undocumented |
| Method | remote_receive |
Undocumented |
| Method | remote_receive |
Undocumented |
| Method | remote_set |
Undocumented |
| Instance Variable | account |
Undocumented |
| Instance Variable | account |
Undocumented |
| Instance Variable | chat |
Undocumented |
| Instance Variable | name |
Undocumented |
| Instance Variable | perspective |
I am an object sent remotely as a direct reference. |
| Method | _cb |
Undocumented |
| Method | _cb |
Undocumented |
| Instance Variable | _logon |
Undocumented |
Inherited from Referenceable:
| Method | jelly |
(internal) |
| Method | remote |
A remote message has been received. Dispatch it appropriately. |
Inherited from Serializable (via Referenceable):
| Method | process |
Return an ID which uniquely represents this object for this process. |
Inherited from Jellyable (via Referenceable, Serializable):
| Method | get |
Undocumented |
Inherited from AbstractClientMixin (via Referenceable, Serializable, Jellyable):
| Method | connection |
Undocumented |
| Method | connection |
Undocumented |
| Method | unregister |
Tell the chat UI that I have `signed off'. |
| Class Variable | _proto |
Undocumented |
I am an object sent remotely as a direct reference.
When one of my subclasses is sent as an argument to or returned from a remote method call, I will be serialized by default as a direct reference.
This means that the peer will be able to call methods on me; a method call xxx() from my peer will be resolved to methods of the name remote_xxx.