t.w.c.i.IHTTPClientManager(Interface) : interface documentation

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

Known implementations: twisted.web2.client.http.EmptyHTTPClientManager

I coordinate between multiple HTTPClientProtocol objects connected to a single server to facilite request queuing and pipelining.
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(proto): (source)
Called when the HTTPClientProtocol doesn't want to accept anymore requests.
ParametersprotoThe HTTPClientProtocol that is changing state. (type: HTTPClientProtocol )
def clientIdle(proto): (source)
Called when an HTTPClientProtocol is able to accept more requests.
ParametersprotoThe HTTPClientProtocol that is changing state. (type: HTTPClientProtocol )
def clientPipelining(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(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.