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)

Applications are not expected to create their own OutputTransforms
or interact with them directly; the framework chooses which transforms
(if any) to apply.

Definition at line 2502 of file web.py.


Constructor & Destructor Documentation

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

Reimplemented in tornado.web.GZipContentEncoding.

Definition at line 2509 of file web.py.


Member Function Documentation

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

Reimplemented in tornado.web.GZipContentEncoding.

Definition at line 2515 of file web.py.

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

Reimplemented in tornado.web.GZipContentEncoding.

Definition at line 2512 of file web.py.


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


rosbridge_server
Author(s): Jonathan Mace
autogenerated on Thu Aug 27 2015 14:50:40