interface documentation

class IReadWriteHandle(IReadHandle, IWriteHandle): (source)

Known implementations: twisted.internet.iocpreactor.tcp.Connection, twisted.internet.iocpreactor.udp.Port

View In Hierarchy

Undocumented

Inherited from IReadHandle:

Method read​From​Handle Read into the given buffers from this handle.

Inherited from IWriteHandle:

Method write​To​Handle Write the given buffer to this handle.