Package twisted :: Package internet :: Module unix :: Class Connector
[show private | hide private]
[frames | no frames]

Class Connector

Ephemeral --+    
            |    
BaseConnector --+
                |
               Connector

Known Subclasses:
FDConnector

Method Summary
  __init__(self, address, factory, timeout, reactor, checkPID)
  getDestination(self)
  _makeTransport(self)
    Inherited from BaseConnector
  buildProtocol(self, addr)
  cancelTimeout(self)
  connect(self)
Start connection to remote server.
  connectionFailed(self, reason)
  connectionLost(self, reason)
  disconnect(self)
Disconnect whatever our state is.
  stopConnecting(self)
Stop attempting to connect.
    Inherited from Ephemeral
  __getstate__(self)
  __setstate__(self, state)

Class Variable Summary
    Inherited from BaseConnector
Implements __implemented__ = <implementedBy twisted.internet.base.B...
ClassProvides __provides__ = <zope.interface.declarations.ClassProvide...
int factoryStarted = 0                                                                     
NoneType timeoutID = None                                                                  
    Inherited from Ephemeral
ClassProvides __providedBy__ = <zope.interface.declarations.ClassProvi...

Generated by Epydoc 2.1 on Sat Apr 14 13:20:46 2007 http://epydoc.sf.net