Public Member Functions | |
| def | __init__ |
| def | cleanup |
Public Attributes | |
| chunks | |
| client | |
| code | |
| final_callback | |
| headers | |
| io_loop | |
| release_callback | |
| request | |
| start_time | |
| stream | |
Private Member Functions | |
| def | _on_body |
| def | _on_chunk_data |
| def | _on_chunk_length |
| def | _on_close |
| def | _on_connect |
| def | _on_headers |
| def | _on_timeout |
| def | _release |
| def | _run_callback |
Private Attributes | |
| _decompressor | |
| _timeout | |
Static Private Attributes | |
| tuple | _SUPPORTED_METHODS = set(["GET", "HEAD", "POST", "PUT", "DELETE", "PATCH", "OPTIONS"]) |
Definition at line 125 of file simple_httpclient.py.
| def tornado.simple_httpclient._HTTPConnection.__init__ | ( | self, | |
| io_loop, | |||
| client, | |||
| request, | |||
| release_callback, | |||
| final_callback, | |||
| max_buffer_size | |||
| ) |
Definition at line 128 of file simple_httpclient.py.
| def tornado.simple_httpclient._HTTPConnection._on_body | ( | self, | |
| data | |||
| ) | [private] |
Definition at line 390 of file simple_httpclient.py.
| def tornado.simple_httpclient._HTTPConnection._on_chunk_data | ( | self, | |
| data | |||
| ) | [private] |
Definition at line 452 of file simple_httpclient.py.
| def tornado.simple_httpclient._HTTPConnection._on_chunk_length | ( | self, | |
| data | |||
| ) | [private] |
Definition at line 440 of file simple_httpclient.py.
| def tornado.simple_httpclient._HTTPConnection._on_close | ( | self | ) | [private] |
Definition at line 332 of file simple_httpclient.py.
| def tornado.simple_httpclient._HTTPConnection._on_connect | ( | self, | |
| parsed, | |||
| parsed_hostname | |||
| ) | [private] |
Definition at line 237 of file simple_httpclient.py.
| def tornado.simple_httpclient._HTTPConnection._on_headers | ( | self, | |
| data | |||
| ) | [private] |
Definition at line 338 of file simple_httpclient.py.
| def tornado.simple_httpclient._HTTPConnection._on_timeout | ( | self | ) | [private] |
Definition at line 230 of file simple_httpclient.py.
| def tornado.simple_httpclient._HTTPConnection._release | ( | self | ) | [private] |
Definition at line 307 of file simple_httpclient.py.
| def tornado.simple_httpclient._HTTPConnection._run_callback | ( | self, | |
| response | |||
| ) | [private] |
Definition at line 313 of file simple_httpclient.py.
Definition at line 321 of file simple_httpclient.py.
Definition at line 128 of file simple_httpclient.py.
tuple tornado::simple_httpclient._HTTPConnection::_SUPPORTED_METHODS = set(["GET", "HEAD", "POST", "PUT", "DELETE", "PATCH", "OPTIONS"]) [static, private] |
Definition at line 126 of file simple_httpclient.py.
Definition at line 128 of file simple_httpclient.py.
Definition at line 128 of file simple_httpclient.py.
Definition at line 128 of file simple_httpclient.py.
Definition at line 128 of file simple_httpclient.py.
Definition at line 128 of file simple_httpclient.py.
Definition at line 128 of file simple_httpclient.py.
Definition at line 128 of file simple_httpclient.py.
Definition at line 128 of file simple_httpclient.py.
Definition at line 128 of file simple_httpclient.py.
Definition at line 128 of file simple_httpclient.py.
Definition at line 128 of file simple_httpclient.py.