Package beepy :: Package transports :: Module tls :: Class TLSClientFactory
[show private | hide private]
[frames | no frames]

Class TLSClientFactory

  BeepFactory --+    
                |    
  Factory --+   |    
            |   |    
ClientFactory --+    
                |    
BeepClientFactory --+
                    |
                   TLSClientFactory


Method Summary
    Inherited from BeepClientFactory
  clientConnectionFailed(self, connector, reason)
Override this to change client functionality
  clientConnectionLost(self, connector, reason)
Override this to change client functionality
    Inherited from BeepFactory
  __init__(self)
  addProfile(self, profileModule, init_callback)
  getProfileDict(self)
    Inherited from ClientFactory
  startedConnecting(self, connector)
Called when a connection has been started.
    Inherited from Factory
  buildProtocol(self, addr)
Create an instance of a subclass of Protocol.
  doStart(self)
Make sure startFactory is called.
  doStop(self)
Make sure stopFactory is called.
  startFactory(self)
This will be called before I begin listening on a Port or Connector.
  stopFactory(self)
This will be called before I stop listening on all Ports/Connectors.

Class Variable Summary
classobj protocol = beepy.transports.tls.TLSClientProtocol
    Inherited from BeepClientFactory
NoneType lostReason = None                                                                  
NoneType reason = None                                                                  
    Inherited from Factory
tuple __implements__ = (<class 'twisted.internet.interfaces.IP...
str noisy = 'sure, why not'
int numPorts = 0                                                                     

Generated by Epydoc 2.0 on Thu Sep 30 14:39:25 2004 http://epydoc.sf.net