Public Member Functions | Public Attributes
rosbridge_tools.tornado.platform.twisted.TwistedResolver Class Reference
Inheritance diagram for rosbridge_tools.tornado.platform.twisted.TwistedResolver:
Inheritance graph
[legend]

List of all members.

Public Member Functions

def initialize
def resolve

Public Attributes

 io_loop
 reactor
 resolver

Detailed Description

Twisted-based asynchronous resolver.

This is a non-blocking and non-threaded resolver.  It is
recommended only when threads cannot be used, since it has
limitations compared to the standard ``getaddrinfo``-based
`~tornado.netutil.Resolver` and
`~tornado.netutil.ThreadedResolver`.  Specifically, it returns at
most one result, and arguments other than ``host`` and ``family``
are ignored.  It may fail to resolve when ``family`` is not
``socket.AF_UNSPEC``.

Requires Twisted 12.1 or newer.

Definition at line 502 of file twisted.py.


Member Function Documentation

Definition at line 516 of file twisted.py.

def rosbridge_tools.tornado.platform.twisted.TwistedResolver.resolve (   self,
  host,
  port,
  family = 0 
)

Definition at line 530 of file twisted.py.


Member Data Documentation

Definition at line 516 of file twisted.py.

Definition at line 516 of file twisted.py.

Definition at line 516 of file twisted.py.


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


rosbridge_tools
Author(s): Jonathan Mace
autogenerated on Sat Dec 27 2014 11:25:59