t.i.i.t._BypassTLS(object) : class documentation

Part of twisted.internet.iocpreactor.tcp View Source View In Hierarchy

_BypassTLS is used as the transport object for the TLS protocol object used to implement startTLS. Its methods skip any TLS logic which startTLS enables.
Instance Variables_connectionA Connection which TLS has been started on which will be proxied to by this object. Any method which has its behavior altered after startTLS will be skipped in favor of the base class's implementation. This allows the TLS protocol object to have direct access to the transport, necessary to actually implement TLS.
Method __init__ Undocumented
Method __getattr__ Undocumented
Method write Undocumented
Method writeSequence Undocumented
Method loseConnection Undocumented
def __init__(self, connection): (source)
Undocumented
def __getattr__(self, name): (source)
Undocumented
def write(self, data): (source)
Undocumented
def writeSequence(self, iovec): (source)
Undocumented
def loseConnection(self, reason=None): (source)
Undocumented
API Documentation for Twisted, generated by pydoctor at 2011-10-27 16:12:41.