t.w.c._GzipProtocol(proxyForInterface(IProtocol)) : class documentation

Part of twisted.web.client View Source View In Hierarchy

A Protocol implementation which wraps another one, transparently decompressing received data.
Instance Variables_zlibDecompressA zlib decompress object used to decompress the data stream.
_responseA reference to the original response, in case of errors.
Present Since11.1
Method __init__ Undocumented
Method dataReceived Decompress data with the zlib decompressor, forwarding the raw data to the original protocol.
Method connectionLost Forward the connection lost event, flushing remaining data from the decompressor if any.
def __init__(self, protocol, response): (source)
Undocumented
def dataReceived(self, data): (source)
Decompress data with the zlib decompressor, forwarding the raw data to the original protocol.
def connectionLost(self, reason): (source)
Forward the connection lost event, flushing remaining data from the decompressor if any.
API Documentation for Twisted, generated by pydoctor at 2012-02-14 18:17:43.