The 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 at 0x7f27fe0d3328>, 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.

Previous topic

The cinder.wsgi.common Module

Next topic

The cinder.wsgi.wsgi Module

Project Source

This Page