class OneShotAppServer(AppServer):
    def __init__(self, path=None):
    def isPersistent(self):
    def createApplication(self):
    def dispatchRawRequest(self, newRequestDict, strmOut):