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