Public Member Functions | Public Attributes
tornado.test.httpserver_test.UnixSocketTest Class Reference

List of all members.

Public Member Functions

def setUp
def tearDown
def test_unix_socket

Public Attributes

 tmpdir

Detailed Description

HTTPServers can listen on Unix sockets too.

Why would you want to do this?  Nginx can proxy to backends listening
on unix sockets, for one thing (and managing a namespace for unix
sockets can be easier than managing a bunch of TCP port numbers).

Unfortunately, there's no way to specify a unix socket in a url for
an HTTP client, so we have to test this by hand.

Definition at line 370 of file httpserver_test.py.


Member Function Documentation

Definition at line 380 of file httpserver_test.py.

Definition at line 384 of file httpserver_test.py.

Definition at line 388 of file httpserver_test.py.


Member Data Documentation

Definition at line 380 of file httpserver_test.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