t.w.c.h.EmptyHTTPClientManager(object) : class documentation

Part of twisted.web2.client.http View Source View In Hierarchy

Implements interfaces: twisted.web2.client.interfaces.IHTTPClientManager

A dummy HTTPClientManager. It doesn't do any client management, and is meant to be used only when creating an HTTPClientProtocol directly.
Method clientBusy Called when the HTTPClientProtocol doesn't want to accept anymore requests.
Method clientIdle Called when an HTTPClientProtocol is able to accept more requests.
Method clientPipelining Called when the HTTPClientProtocol determines that it is able to support request pipelining.
Method clientGone Called when the HTTPClientProtocol disconnects from the server.
def clientBusy(self, proto): (source)
Called when the HTTPClientProtocol doesn't want to accept anymore requests.
ParametersprotoThe HTTPClientProtocol that is changing state. (type: HTTPClientProtocol )
def clientIdle(self, proto): (source)
Called when an HTTPClientProtocol is able to accept more requests.
ParametersprotoThe HTTPClientProtocol that is changing state. (type: HTTPClientProtocol )
def clientPipelining(self, proto): (source)
Called when the HTTPClientProtocol determines that it is able to support request pipelining.
ParametersprotoThe HTTPClientProtocol that is changing state. (type: HTTPClientProtocol )
def clientGone(self, proto): (source)
Called when the HTTPClientProtocol disconnects from the server.
ParametersprotoThe HTTPClientProtocol that is changing state. (type: HTTPClientProtocol )
API Documentation for Twisted, generated by pydoctor at 2011-10-27 16:07:41.