class documentation
class MlockallRequestExecutor(http.server.HttpServerRequestExecutor):
Subclass ensuring request handlers are locked in RAM.
| Method | __init__ |
Initializes this class. |
Inherited from HttpServerRequestExecutor:
| Constant | CLOSE |
Undocumented |
| Constant | READ |
Undocumented |
| Constant | WRITE |
Undocumented |
| Static Method | _ |
Reads a request sent by client. |
| Static Method | _ |
Sends the response to the client. |