Trees | Indices | Help |
|
---|
|
twisted.internet.protocol.Factory --+ | twisted.internet.protocol.ClientFactory --+ | ThrottledClientFactory --+ | IrcStatusFactory
Nested Classes | |
protocol I represent the buildbot to an IRC server. |
Instance Methods | |||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from |
Class Variables | |
status = None hash(x) |
|
control = None hash(x) |
|
shuttingDown = False
|
|
p = None hash(x) |
|
Inherited from Inherited from |
Method Details |
|
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.
|
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Wed Nov 21 16:22:47 2012 | http://epydoc.sourceforge.net |