Public Member Functions | Public Attributes | Private Member Functions | Private Attributes | Static Private Attributes
tornado.simple_httpclient._HTTPConnection Class Reference
Inheritance diagram for tornado.simple_httpclient._HTTPConnection:
Inheritance graph
[legend]

List of all members.

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"])

Detailed Description

Definition at line 125 of file simple_httpclient.py.


Constructor & Destructor Documentation

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.


Member Function Documentation

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.

Definition at line 332 of file simple_httpclient.py.

def tornado.simple_httpclient._HTTPConnection._on_connect (   self,
  parsed,
  parsed_hostname 
) [private]
def tornado.simple_httpclient._HTTPConnection._on_headers (   self,
  data 
) [private]

Definition at line 338 of file simple_httpclient.py.

Definition at line 230 of file simple_httpclient.py.

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.


Member Data Documentation

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.


The documentation for this class was generated from the following file:


rosbridge_server
Author(s): Jonathan Mace
autogenerated on Mon Oct 6 2014 06:58:14