Trees | Index | Help |
|
---|
Package ZenUtils :: Module PortScan :: Class ScanFactory |
|
Factory
--+ |ClientFactory
--+ | ScanFactory
Method Summary | |
---|---|
__init__(self)
| |
Called when a connection has failed to connect. | |
Called when an established connection is lost. | |
Inherited from ClientFactory :
startedConnecting
Inherited from Factory :
buildProtocol ,
doStart ,
doStop ,
startFactory ,
stopFactory
|
Class Variable Summary | |
---|---|
classobj |
protocol = ZenUtils.PortScan.ScanProtocol |
Inherited from Factory :
__implemented__ ,
__providedBy__ ,
__provides__ ,
noisy ,
numPorts
|
Method Details |
---|
clientConnectionFailed(self, connector, reason)Called when a connection has failed to connect. It may be useful to call connector.connect() - this will reconnect.
|
clientConnectionLost(self, connector, reason)Called when an established connection is lost. It may be useful to call connector.connect() - this will reconnect.
|
Trees | Index | Help |
|
---|
Generated by Epydoc 2.1 on Thu Aug 16 09:55:08 2007 | http://epydoc.sf.net |