class IReadWriteHandle(IReadHandle, IWriteHandle): (source)
Known implementations: twisted.internet.iocpreactor.tcp.Connection, twisted.internet.iocpreactor.udp.Port
Undocumented
Inherited from IReadHandle:
| Method | readFromHandle |
Read into the given buffers from this handle. |
Inherited from IWriteHandle:
| Method | writeToHandle |
Write the given buffer to this handle. |