Class n.z.ZomneFactory(protocol.Factory):

Part of nevow.zomnesrv View Source View In Hierarchy

No class docstring

Split Table into Classes Show Methods in One Table

Line # Kind Name Docs
79 Method __init__ `prefixURL` is used by WSGI apps. wsgi.py stores it in appRootURL.
91 Method startFactory Tell the other end that we are done starting up.
98 Method log Undocumented

Inherited from Factory:

Line # Kind Name Docs
40 Method doStart Make sure startFactory is called.
51 Method doStop Make sure stopFactory is called.
77 Method stopFactory This will be called before I stop listening on all Ports/Connectors.
88 Method buildProtocol Create an instance of a subclass of Protocol.
Line # Kind Name Docs
79 Method __init__ `prefixURL` is used by WSGI apps. wsgi.py stores it in appRootURL.
88 Method buildProtocol Create an instance of a subclass of Protocol.
40 Method doStart Make sure startFactory is called.
51 Method doStop Make sure stopFactory is called.
98 Method log Undocumented
91 Method startFactory Tell the other end that we are done starting up.
77 Method stopFactory This will be called before I stop listening on all Ports/Connectors.
def __init__(self, root, logfile=None, prefixURL=None): (source)
`prefixURL` is used by WSGI apps. wsgi.py stores it in appRootURL. It is the HTTP url for the nevow.cgi script
def startFactory(self): (source)
Tell the other end that we are done starting up.
def log(self, msg): (source)
Undocumented
API Documentation for Nevow, generated by pydoctor.