Module httplib :: Class SSLFile
[hide private]
[frames] | no frames]

_ClassType SSLFile

SharedSocketClient --+
                     |
                    SSLFile

File-like object wrapping an SSL socket.

Instance Methods [hide private]
 
__init__(self, sock, ssl, bufsize=None)
 
_read(self)
 
read(self, size=None)
 
readline(self)
 
readlines(self, sizehint=0)
 
fileno(self)
 
__iter__(self)
 
next(self)

Inherited from SharedSocketClient: close

Class Variables [hide private]
  BUFSIZE = 8192
Method Details [hide private]

__init__(self, sock, ssl, bufsize=None)
(Constructor)

 
Overrides: SharedSocketClient.__init__