t.i.p.FileWrapper : class documentation

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

A wrapper around a file-like object to make it behave as a Transport.

This doesn't actually stream the file to the attached protocol, and is thus useful mainly as a utility for debugging protocols.

Method __init__ Undocumented
Method write Undocumented
Method registerProducer From abstract.FileDescriptor
Method unregisterProducer Undocumented
Method stopConsuming Undocumented
Method writeSequence Undocumented
Method loseConnection Undocumented
Method getPeer Undocumented
Method getHost Undocumented
Method handleException Undocumented
Method resumeProducing Undocumented
Method pauseProducing Undocumented
Method stopProducing Undocumented
Method _checkProducer Undocumented
def __init__(self, file): (source)
Undocumented
def write(self, data): (source)
Undocumented
def _checkProducer(self): (source)
Undocumented
def registerProducer(self, producer, streaming): (source)
From abstract.FileDescriptor
def unregisterProducer(self): (source)
Undocumented
def stopConsuming(self): (source)
Undocumented
def writeSequence(self, iovec): (source)
Undocumented
def loseConnection(self): (source)
Undocumented
def getPeer(self): (source)
Undocumented
def getHost(self): (source)
Undocumented
def handleException(self): (source)
Undocumented
def resumeProducing(self): (source)
Undocumented
def pauseProducing(self): (source)
Undocumented
def stopProducing(self): (source)
Undocumented
API Documentation for Twisted, generated by pydoctor at 2013-11-08 22:07:30.