Public Member Functions
tornado.web.OutputTransform Class Reference
Inheritance diagram for tornado.web.OutputTransform:
Inheritance graph
[legend]

List of all members.

Public Member Functions

def __init__
def transform_chunk
def transform_first_chunk

Detailed Description

A transform modifies the result of an HTTP request (e.g., GZip encoding)

A new transform instance is created for every request. See the
ChunkedTransferEncoding example below if you want to implement a
new Transform.

Definition at line 1685 of file web.py.


Constructor & Destructor Documentation

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

Reimplemented in tornado.web.ChunkedTransferEncoding, and tornado.web.GZipContentEncoding.

Definition at line 1692 of file web.py.


Member Function Documentation

def tornado.web.OutputTransform.transform_chunk (   self,
  chunk,
  finishing 
)

Reimplemented in tornado.web.ChunkedTransferEncoding, and tornado.web.GZipContentEncoding.

Definition at line 1698 of file web.py.

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

Reimplemented in tornado.web.ChunkedTransferEncoding, and tornado.web.GZipContentEncoding.

Definition at line 1695 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