Public Member Functions
tornado.platform.twisted._TestReactor Class Reference
Inheritance diagram for tornado.platform.twisted._TestReactor:
Inheritance graph
[legend]

List of all members.

Public Member Functions

def __init__
def listenTCP
def listenUDP

Detailed Description

Subclass of TornadoReactor for use in unittests.

This can't go in the test.py file because of import-order dependencies
with the Twisted reactor test builder.

Definition at line 305 of file twisted.py.


Constructor & Destructor Documentation

Definition at line 311 of file twisted.py.


Member Function Documentation

def tornado.platform.twisted._TestReactor.listenTCP (   self,
  port,
  factory,
  backlog = 50,
  interface = '' 
)

Definition at line 315 of file twisted.py.

def tornado.platform.twisted._TestReactor.listenUDP (   self,
  port,
  protocol,
  interface = '',
  maxPacketSize = 8192 
)

Definition at line 322 of file twisted.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