summaryrefslogtreecommitdiff
path: root/vendor/CherryPy-3.2.0/sphinx/source/refman/process/servers.rst
blob: 902ab12a993bb6b50332a2bda29b4ba3dc6af293 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
**********************************************************
:mod:`cherrypy.process.servers` -- HTTP Server interfaces
**********************************************************

.. automodule:: cherrypy.process.servers


Classes
=======

.. autoclass:: ServerAdapter
   :members:

.. autoclass:: FlupFCGIServer
   :members:

.. autoclass:: FlupSCGIServer
   :members:


Functions
=========

.. autofunction:: client_host

.. autofunction:: check_port

.. autofunction:: wait_for_free_port

.. autofunction:: wait_for_occupied_port