Interface t.i.i.IReadWriteDescriptor(IReadDescriptor, IWriteDescriptor):

Part of twisted.internet.interfaces View Source View In Hierarchy

Known implementations: twisted.internet.abstract.FileDescriptor
I am a FileDescriptor that can both read and write.

Inherited from IFileDescriptor (via IReadDescriptor):

Method fileno
Method connectionLost Called when the connection was lost.

Inherited from IWriteDescriptor:

Method doWrite Some data can be written to your descriptor.

Inherited from IFileDescriptor (via IWriteDescriptor):

Method fileno
Method connectionLost Called when the connection was lost.
API Documentation for twisted, generated by pydoctor.