Package Products :: Package ZenEvents :: Module zenpop3 :: Class POPFactory
[hide private]
[frames] | no frames]

Class POPFactory

source code

  twisted.internet.protocol.Factory --+    
                                      |    
twisted.internet.protocol.ClientFactory --+
                                          |
                                         POPFactory

Factory that stores the configuration the protocol uses to do its job.

Nested Classes [hide private]
protocol
Protocol that is responsible for conversing with a POP server after a connection has been established.
Instance Methods [hide private]
 
__init__(self, user, passwd, processor, nodelete) source code
 
handleMessage(self, messageData) source code
 
clientConnectionFailed(self, unused, reason)
Called when a connection has failed to connect.
source code

Inherited from twisted.internet.protocol.ClientFactory: clientConnectionLost, startedConnecting

Inherited from twisted.internet.protocol.Factory: buildProtocol, doStart, doStop, startFactory, stopFactory

Class Variables [hide private]

Inherited from twisted.internet.protocol.Factory: noisy, numPorts

Method Details [hide private]

clientConnectionFailed(self, unused, reason)

source code 

Called when a connection has failed to connect.

It may be useful to call connector.connect() - this will reconnect.

Overrides: twisted.internet.protocol.ClientFactory.clientConnectionFailed
(inherited documentation)