Package caldavclientlibrary :: Package client :: Module httpshandler :: Class HTTPSConnection_SSLv3
[hide private]
[frames] | no frames]

Class HTTPSConnection_SSLv3

source code

httplib.HTTPConnection --+    
                         |    
   httplib.HTTPSConnection --+
                             |
                            HTTPSConnection_SSLv3

This class allows communication via SSL.

Nested Classes [hide private]

Inherited from httplib.HTTPConnection: response_class

Instance Methods [hide private]
 
connect(self)
Connect to a host on a given (SSL) port.
source code

Inherited from httplib.HTTPSConnection: __init__

Inherited from httplib.HTTPConnection: close, endheaders, getresponse, putheader, putrequest, request, send, set_debuglevel

Inherited from httplib.HTTPConnection (private): _output, _send_output, _send_request, _set_hostport, _set_tunnel, _tunnel

Class Variables [hide private]

Inherited from httplib.HTTPSConnection: default_port

Inherited from httplib.HTTPConnection: auto_open, debuglevel, strict

Inherited from httplib.HTTPConnection (private): _http_vsn, _http_vsn_str

Method Details [hide private]

connect(self)

source code 

Connect to a host on a given (SSL) port.

Overrides: httplib.HTTPConnection.connect