Vega strike Python Modules doc
0.5.1
Documentation of the " Modules " folder of Vega strike
|
Public Member Functions | |
def | process_request_thread |
def | process_request |
Mix-in class to handle each request in a new thread.
Definition at line 448 of file SocketServer.py.
def process_request | ( | self, | |
request, | |||
client_address | |||
) |
Start a new thread to process the request.
Definition at line 464 of file SocketServer.py.
References ThreadingMixIn.process_request_thread().
def process_request_thread | ( | self, | |
request, | |||
client_address | |||
) |
Same as in BaseServer but as a thread. In addition, exception handling is done here.
Definition at line 451 of file SocketServer.py.
References BaseServer.close_request(), TCPServer.close_request(), UDPServer.close_request(), BaseServer.finish_request(), OpenerDirector.handle_error, and BaseServer.handle_error().