![]() |
Open Kilda Java Documentation
|
Public Member Functions | |
def | __init__ (self, thread_count=None, args, kwargs) |
def | process_request_thread (self, request, client_address) |
def | process_request (self, request, client_address) |
Public Attributes | |
thread_count | |
pool | |
WSGI-compliant HTTP server. Dispatches requests to a pool of threads.
def kilda.traffexam.rest.ThreadPoolWSGIServer.__init__ | ( | self, | |
thread_count = None , |
|||
args, | |||
kwargs | |||
) |
def kilda.traffexam.rest.ThreadPoolWSGIServer.process_request | ( | self, | |
request, | |||
client_address | |||
) |
def kilda.traffexam.rest.ThreadPoolWSGIServer.process_request_thread | ( | self, | |
request, | |||
client_address | |||
) |