Methods for working with eventlet WSGI servers.
Server
(conf, name, app, host='0.0.0.0', port=0, pool_size=None, protocol=<class eventlet.wsgi.HttpProtocol>, backlog=128, use_ssl=False, max_url_len=None, logger_name='eventlet.wsgi.server', socket_family=None, socket_file=None, socket_mode=None)¶Bases: oslo_service.wsgi.Server
Server class to manage a WSGI server, serving a WSGI application.
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.