cinder.wsgi.eventlet_server module

cinder.wsgi.eventlet_server module

Methods for working with eventlet WSGI servers.

class 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: Server

Server class to manage a WSGI server, serving a WSGI application.

Creative Commons Attribution 3.0 License

Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.