class ServerAdapter(object):
Known subclasses: bottle.AppEngineServer
, bottle.AutoServer
, bottle.BjoernServer
, bottle.CGIServer
, bottle.CherryPyServer
, bottle.DieselServer
, bottle.EventletServer
, bottle.FapwsServer
, bottle.FlupFCGIServer
, bottle.GeventServer
, bottle.GeventSocketIOServer
, bottle.GunicornServer
, bottle.MeinheldServer
, bottle.PasteServer
, bottle.RocketServer
, bottle.TornadoServer
, bottle.TwistedServer
, bottle.WaitressServer
, bottle.WSGIRefServer
Undocumented
Method | __init__ |
Undocumented |
Method | __repr__ |
Undocumented |
Method | run |
Undocumented |
Class Variable | quiet |
Undocumented |
Instance Variable | host |
Undocumented |
Instance Variable | options |
Undocumented |
Instance Variable | port |
Undocumented |
bottle.AppEngineServer
, bottle.AutoServer
, bottle.BjoernServer
, bottle.CGIServer
, bottle.CherryPyServer
, bottle.DieselServer
, bottle.EventletServer
, bottle.FapwsServer
, bottle.FlupFCGIServer
, bottle.GeventServer
, bottle.GeventSocketIOServer
, bottle.GunicornServer
, bottle.MeinheldServer
, bottle.PasteServer
, bottle.RocketServer
, bottle.TornadoServer
, bottle.TwistedServer
, bottle.WaitressServer
, bottle.WSGIRefServer
Undocumented