Class t.i.b.BaseConnector(styles.Ephemeral):

Part of twisted.internet.base View Source View In Hierarchy

Known subclasses: twisted.internet.ssl.Connector, twisted.internet.tcp.Connector, twisted.internet.unix.Connector

Implements interfaces: twisted.internet.interfaces.IConnector

Basic implementation of connector.

State can be: "connecting", "connected", "disconnected"

Split Table into Classes Show Methods in One Table

Line # Kind Name Docs
939 Method __init__ Undocumented
945 Method disconnect Disconnect whatever our state is.
952 Method connect Start connection to remote server.
966 Method stopConnecting Stop attempting to connect.
975 Method cancelTimeout Undocumented
983 Method buildProtocol Undocumented
988 Method connectionFailed Undocumented
998 Method connectionLost Undocumented
1006 Method getDestination Return destination this will try to connect to.

Inherited from Ephemeral:

Line # Kind Name Docs
124 Method __getstate__ Undocumented
131 Method __setstate__ Undocumented
Line # Kind Name Docs
124 Method __getstate__ Undocumented
939 Method __init__ Undocumented
131 Method __setstate__ Undocumented
983 Method buildProtocol Undocumented
975 Method cancelTimeout Undocumented
952 Method connect Start connection to remote server.
988 Method connectionFailed Undocumented
998 Method connectionLost Undocumented
945 Method disconnect Disconnect whatever our state is.
1006 Method getDestination Return destination this will try to connect to.
966 Method stopConnecting Stop attempting to connect.
def __init__(self, factory, timeout, reactor): (source)
Undocumented
def disconnect(self): (source)
Disconnect whatever our state is.
def connect(self): (source)
Start connection to remote server.
def stopConnecting(self): (source)
Stop attempting to connect.
def cancelTimeout(self): (source)
Undocumented
def buildProtocol(self, addr): (source)
Undocumented
def connectionFailed(self, reason): (source)
Undocumented
def connectionLost(self, reason): (source)
Undocumented
def getDestination(self): (source)
Return destination this will try to connect to.
ReturnsAn object which provides IAddress.
API Documentation for Twisted, generated by pydoctor at 2008-10-26 16:12:37.