Interface t.i.i.IReadDescriptor(IFileDescriptor):

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

Known subclasses: twisted.internet.interfaces.IReadWriteDescriptor

No interface docstring
Method doRead Some data is available for reading on your descriptor.

Inherited from IFileDescriptor:

Method fileno
Method connectionLost Called when the connection was lost.
def doRead(): (source)
Some data is available for reading on your descriptor.
API Documentation for twisted, generated by pydoctor.