Package schrodinger :: Package utils :: Module urllib :: Class ProxyBasicAuthHandler
[hide private]
[frames] | no frames]

Class ProxyBasicAuthHandler

urllib2.AbstractBasicAuthHandler --+    
                                   |    
             urllib2.BaseHandler --+    
                                   |    
       urllib2.ProxyBasicAuthHandler --+
                                       |
                                      ProxyBasicAuthHandler

Instance Methods [hide private]
 
retry_http_basic_auth(self, host, req, realm)

Inherited from urllib2.ProxyBasicAuthHandler: http_error_407

Inherited from urllib2.AbstractBasicAuthHandler: __init__, http_error_auth_reqed

Inherited from urllib2.BaseHandler: __lt__, add_parent, close

Class Variables [hide private]

Inherited from urllib2.ProxyBasicAuthHandler: auth_header

Inherited from urllib2.AbstractBasicAuthHandler: rx

Inherited from urllib2.BaseHandler: handler_order

Method Details [hide private]

retry_http_basic_auth(self, host, req, realm)

 
Overrides: urllib2.AbstractBasicAuthHandler.retry_http_basic_auth