twisted.internet.iocpreactor.interfaces.IReadWriteHandle(IReadHandle, IWriteHandle)
interface documentationtwisted.internet.iocpreactor.interfaces
View Source
(View In Hierarchy)
Known implementations: twisted.internet.iocpreactor.tcp.Connection, twisted.internet.iocpreactor.udp.Port
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. |