| Method Summary |
| |
getHost(self)
Returns tuple ('INET', host, port). |
| |
getPeer(self)
Returns tuple ('INET', host, port). |
| |
getTcpNoDelay(self)
Return if TCP_NODELAY is enabled. |
| |
loseConnection(self)
Close my connection, after writing all pending data. (inherited from ITransport)
|
| |
setTcpNoDelay(self,
enabled)
Enable/disable TCP_NODELAY. |
| |
write(self,
data)
Write some data to the physical connection, in sequence. (inherited from ITransport)
|
| |
writeSequence(self,
data)
Write a list of strings to the physical connection. (inherited from ITransport)
|