Public Member Functions | Private Attributes
tornado.web.ChunkedTransferEncoding Class Reference
Inheritance diagram for tornado.web.ChunkedTransferEncoding:
Inheritance graph
[legend]

List of all members.

Public Member Functions

def __init__
def transform_chunk
def transform_first_chunk

Private Attributes

 _chunking

Detailed Description

Applies the chunked transfer encoding to the response.

See http://www.w3.org/Protocols/rfc2616/rfc2616-sec3.html#sec3.6.1

Definition at line 1746 of file web.py.


Constructor & Destructor Documentation

def tornado.web.ChunkedTransferEncoding.__init__ (   self,
  request 
)

Reimplemented from tornado.web.OutputTransform.

Definition at line 1751 of file web.py.


Member Function Documentation

def tornado.web.ChunkedTransferEncoding.transform_chunk (   self,
  block,
  finishing 
)

Reimplemented from tornado.web.OutputTransform.

Definition at line 1766 of file web.py.

def tornado.web.ChunkedTransferEncoding.transform_first_chunk (   self,
  status_code,
  headers,
  chunk,
  finishing 
)

Reimplemented from tornado.web.OutputTransform.

Definition at line 1754 of file web.py.


Member Data Documentation

Definition at line 1751 of file web.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:15