class documentation

Subclass ensuring request handlers are locked in RAM.

Method __init__ Initializes this class.

Inherited from HttpServerRequestExecutor:

Constant CLOSE_TIMEOUT Undocumented
Constant READ_TIMEOUT Undocumented
Constant WRITE_TIMEOUT Undocumented
Static Method _ReadRequest Reads a request sent by client.
Static Method _SendResponse Sends the response to the client.
def __init__(self, *args, **kwargs):

Initializes this class.