Home | 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
|
|||
Inherited from |
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from Inherited from Inherited from Inherited from |
|
|||
Inherited from |
|
|
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.
|
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Fri Jul 31 16:51:57 2009 | http://epydoc.sourceforge.net |