WebRequestDispatcher

Inheritance:

Methods of WebRequestDispatcher:

__init__
def __init__(self)

Undocumented function.

__new__
def __new__(self, *a, **kw)

Undocumented function.

handleGET
def handleGET(self, req)

Undocumented function.

invalidURI
def invalidURI(self, replyTo, **kw)

Undocumented function.

listenOnPort
def listenOnPort(self, listenPort)

Undocumented function.

poll
def poll(self)

Undocumented function.

registerGETHandler
def registerGETHandler(self, uri, handler, returnsResponse=False)

Undocumented function.

unregisterGETHandler
def unregisterGETHandler(self, uri)

Undocumented function.