Class t.i.i.t.TcpMixin:

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

Known subclasses: twisted.internet.iocpreactor.tcp.ClientSocket, twisted.internet.iocpreactor.tcp.ServerSocket

Undocumented
Method getTcpNoDelay Undocumented
Method setTcpNoDelay Undocumented
Method getTcpKeepAlive Undocumented
Method setTcpKeepAlive Undocumented
Method getHost Undocumented
Method getPeer Undocumented
Method getPeerHost Undocumented
Method getPeerPort Undocumented
def getTcpNoDelay(self): (source)
Undocumented
def setTcpNoDelay(self, enabled): (source)
Undocumented
def getTcpKeepAlive(self): (source)
Undocumented
def setTcpKeepAlive(self, enabled): (source)
Undocumented
def getHost(self): (source)
Undocumented
def getPeer(self): (source)
Undocumented
def getPeerHost(self): (source)
Undocumented
def getPeerPort(self): (source)
Undocumented
API Documentation for twisted, generated by pydoctor.