Trees | Indices | Help |
|
---|
|
twisted.internet.protocol.Factory --+ | twisted.internet.protocol.ClientFactory --+ | twisted.spread.pb.PBClientFactory --+ | twisted.internet.protocol.Factory --+ | | | twisted.internet.protocol.ClientFactory --+ | | | twisted.internet.protocol.ReconnectingClientFactory --+ | pbutil.ReconnectingPBClientFactory --+ | BotFactory
Nested Classes | |
Inherited from |
Instance Methods | |||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from Inherited from Inherited from |
Class Variables | |
keepaliveInterval = None hash(x) |
|
maxDelay = 300 Maximum number of seconds between connection attempts. |
|
keepaliveTimer = None hash(x) |
|
unsafeTracebacks = 1
|
|
perspective = None hash(x) |
|
Inherited from Inherited from Inherited from |
Instance Variables | |
Inherited from |
Method Details |
|
Called when a connection has been started. You can call connector.stopConnecting() to stop the connection attempt.
|
The remote avatar or perspective (obtained each time this factory connects) is now available.
|
Called when a connection has failed to connect. It may be useful to call connector.connect() - this will reconnect.
|
Reconnecting subclasses should call with reconnecting=1.
|
This will be called before I stop listening on all Ports/Connectors. This can be overridden to perform 'shutdown' tasks such as disconnecting database connections, closing files, etc. It will be called, for example, before an application shuts down, if it was connected to a port. User code should not call this function directly.
|
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Sun Mar 25 19:40:36 2012 | http://epydoc.sourceforge.net |