Part of twisted.web2.client.interfaces View Source View In Hierarchy
Known implementations: twisted.web2.client.http.EmptyHTTPClientManager
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.
 | 
  
HTTPClientProtocol
doesn't want to accept anymore requests.
| Parameters | proto | The HTTPClientProtocol
that is changing state.
 (type: HTTPClientProtocol
) | 
HTTPClientProtocol
is able to accept more requests.
| Parameters | proto | The HTTPClientProtocol
that is changing state.
 (type: HTTPClientProtocol
) | 
HTTPClientProtocol
determines that it is able to support request pipelining.
| Parameters | proto | The HTTPClientProtocol
that is changing state.
 (type: HTTPClientProtocol
) | 
HTTPClientProtocol
disconnects from the server.
| Parameters | proto | The HTTPClientProtocol
that is changing state.
 (type: HTTPClientProtocol
) |