Home | Trees | Indices | Help |
---|
|
twisted.internet.protocol.Factory --+ | twisted.internet.protocol.ClientFactory --+ | ThrottledClientFactory --+ | IrcStatusFactory
|
|||
protocol I represent the buildbot to an IRC server. |
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from |
|
|||
status = None hash(x) |
|||
control = None hash(x) |
|||
shuttingDown = False
|
|||
p = None hash(x) |
|||
Inherited from Inherited from |
|
Create an instance of a subclass of Protocol. The returned instance will handle input on an incoming server connection, and an attribute "factory" pointing to the creating factory. Override this method to alter how Protocol instances get created.
|
Called when an established connection is lost. It may be useful to call connector.connect() - this will reconnect.
|
Called when a connection has failed to connect. It may be useful to call connector.connect() - this will reconnect.
|
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Fri Jul 31 16:51:58 2009 | http://epydoc.sourceforge.net |