Class e.p.h.h.ElisaAdvancedHttpClient(ElisaHttpClient):

Part of elisa.plugins.http_client.http_client View In Hierarchy

An ElisaHttpClient specialization that handles HTTP redirections.
Line # Kind Name Docs
479 Method __init__ Constructor.
483 Method _request_done Callback invoked when receiving the response to a request.
510 Method _submit_redirection_request Undocumented

Inherited from ElisaHttpClient:

Line # Kind Name Docs
214 Method request Send an HTTP request.
228 Method request_full Send an HTTP request.
243 Method close Close an open HTTP connection.
267 Method is_busy Test whether the client is busy processing requests.
349 Method connectionFailed Callback invoked by the HTTP client factory when the connection fails.
361 Method connectionLost Callback invoked by the HTTP client factory when losing the connection.
396 Method connectionLostForever Callback invoked by the HTTP client factory when the connection is lost
418 Method connectionMade Callback invoked by the HTTP client protocol when the connection is
434 Method requestWriteFinished Callback invoked by the HTTP client protocol when a request has been
196 Method _reset Undocumented
202 Method _open Open an HTTP connection.
279 Method _queue_request Enqueue a request to submit to the server.
312 Method _submit_next_request Undocumented
345 Method _callback_request_defer Undocumented
def __init__(self, host, port=80):
Constructor.
Parametershosthostname or IP address of the server (type: str )
portTCP port on which the server listens (type: int )
pipelinewhether the client should pipeline requests (type: bool )
def _request_done(self, response, request):
Callback invoked when receiving the response to a request.
def _submit_redirection_request(self, request):
Undocumented
API Documentation for Elisa Media Center, generated by pydoctor at 2008-12-01 12:03:30.