Package twisted :: Package internet :: Module default :: Class TCPConnector
[show private | hide private]
[frames | no frames]

Class TCPConnector

BaseConnector --+
                |
               TCPConnector


Method Summary
  __init__(self, reactor, host, port, factory, timeout, bindAddress)
  buildProtocol(self, addr)
(inherited from BaseConnector)
  cancelTimeout(self)
(inherited from BaseConnector)
  connect(self)
Start connection to remote server. (inherited from BaseConnector)
  connectionFailed(self, reason)
(inherited from BaseConnector)
  connectionLost(self, reason)
(inherited from BaseConnector)
  disconnect(self)
Disconnect whatever our are state is. (inherited from BaseConnector)
  getDestination(self)
  stopConnecting(self)
Stop attempting to connect. (inherited from BaseConnector)
  _makeTransport(self)

Generated by Epydoc 1.2 prerelease on Wed Jan 29 06:28:11 2003 http://epydoc.sf.net