class documentation
class HttpBase(object):
Known subclasses: ganeti.http.server.HttpServer
, server.HttpServer
Base class for HTTP server and client.
Method | __init__ |
Undocumented |
Method |
|
Returns the ciphers string for SSL. |
Instance Variable | using |
Undocumented |
Method | _ |
Creates a TCP socket and initializes SSL if needed. |
Method | _ |
Verify the certificate provided by the peer |
Instance Variable | _ssl |
Undocumented |
Instance Variable | _ssl |
Undocumented |
Instance Variable | _ssl |
Undocumented |
Instance Variable | _ssl |
Undocumented |
Creates a TCP socket and initializes SSL if needed.
Parameters | |
ssl | SSL key and certificate |
ssl | Whether to require client certificate and compare it with our certificate |
family:int | socket.AF_INET | socket.AF_INET6 |
ssl | Undocumented |