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

List of all members.

Public Member Functions

def __init__
def data_received
def execute
def finish
def headers_received
def on_connection_close
def set_request

Public Attributes

 application
 chunks
 connection
 handler
 handler_class
 handler_kwargs
 path_args
 path_kwargs
 request
 stream_request_body

Private Member Functions

def _find_handler

Detailed Description

Definition at line 1814 of file web.py.


Constructor & Destructor Documentation

def rosbridge_tools.tornado.web._RequestDispatcher.__init__ (   self,
  application,
  connection 
)

Definition at line 1815 of file web.py.


Member Function Documentation

Definition at line 1837 of file web.py.

Called when a chunk of data has been received.

May return a `.Future` for flow control.

Reimplemented from rosbridge_tools.tornado.httputil.HTTPMessageDelegate.

Definition at line 1872 of file web.py.

Definition at line 1892 of file web.py.

Called after the last chunk of data has been received.

Reimplemented from rosbridge_tools.tornado.httputil.HTTPMessageDelegate.

Definition at line 1878 of file web.py.

def rosbridge_tools.tornado.web._RequestDispatcher.headers_received (   self,
  start_line,
  headers 
)
Called when the HTTP headers have been received and parsed.

:arg start_line: a `.RequestStartLine` or `.ResponseStartLine`
    depending on whether this is a client or server message.
:arg headers: a `.HTTPHeaders` instance.

Some `.HTTPConnection` methods can only be called during
``headers_received``.

May return a `.Future`; if it does the body will not be read
until it is done.

Reimplemented from rosbridge_tools.tornado.httputil.HTTPMessageDelegate.

Definition at line 1825 of file web.py.

Called if the connection is closed without finishing the request.

If ``headers_received`` is called, either ``finish`` or
``on_connection_close`` will be called, but not both.

Reimplemented from rosbridge_tools.tornado.httputil.HTTPMessageDelegate.

Definition at line 1886 of file web.py.

Definition at line 1832 of file web.py.


Member Data Documentation

Definition at line 1815 of file web.py.

Definition at line 1815 of file web.py.

Definition at line 1815 of file web.py.

Definition at line 1892 of file web.py.

Definition at line 1815 of file web.py.

Definition at line 1815 of file web.py.

Definition at line 1815 of file web.py.

Definition at line 1815 of file web.py.

Definition at line 1815 of file web.py.

Definition at line 1832 of file web.py.


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


rosbridge_tools
Author(s): Jonathan Mace
autogenerated on Sun Dec 28 2014 11:43:22