class documentation
class HttpServerRequestExecutor(object):
Known subclasses: ganeti.server.noded.MlockallRequestExecutor
Implements server side of HTTP.
This class implements the server side of HTTP. It's based on code of Python's BaseHTTPServer, from both version 2.4 and 3k. It does not support non-ASCII character encodings. Keep-alive connections are not supported.
Method | __init__ |
Initializes this class. |
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. |