Package gozerbot :: Package contrib :: Module feedparser :: Class _FeedURLHandler
[hide private]
[frames] | no frames]

Class _FeedURLHandler

source code

              urllib2.BaseHandler --+    
                                    |    
urllib2.AbstractDigestAuthHandler --+    
                                    |    
        urllib2.HTTPDigestAuthHandler --+
                                        |
              urllib2.BaseHandler --+   |
                                    |   |
          urllib2.HTTPRedirectHandler --+
                                        |
              urllib2.BaseHandler --+   |
                                    |   |
      urllib2.HTTPDefaultErrorHandler --+
                                        |
                                       _FeedURLHandler

Instance Methods [hide private]
 
http_error_default(self, req, fp, code, msg, headers) source code
 
http_error_302(self, req, fp, code, msg, headers) source code
 
http_error_301(self, req, fp, code, msg, headers) source code
 
http_error_300(self, req, fp, code, msg, headers) source code
 
http_error_303(self, req, fp, code, msg, headers) source code
 
http_error_307(self, req, fp, code, msg, headers) source code
 
http_error_401(self, req, fp, code, msg, headers) source code

Inherited from urllib2.BaseHandler: __lt__, add_parent, close

Inherited from urllib2.AbstractDigestAuthHandler: __init__, get_algorithm_impls, get_authorization, get_cnonce, get_entity_digest, http_error_auth_reqed, reset_retry_count, retry_http_digest_auth

Inherited from urllib2.HTTPRedirectHandler: redirect_request

Class Variables [hide private]

Inherited from urllib2.HTTPDigestAuthHandler: auth_header

Inherited from urllib2.BaseHandler: handler_order

Inherited from urllib2.HTTPRedirectHandler: inf_msg, max_redirections, max_repeats

Method Details [hide private]

http_error_default(self, req, fp, code, msg, headers)

source code 
Overrides: urllib2.HTTPDefaultErrorHandler.http_error_default

http_error_302(self, req, fp, code, msg, headers)

source code 
Overrides: urllib2.HTTPRedirectHandler.http_error_302

http_error_301(self, req, fp, code, msg, headers)

source code 
Overrides: urllib2.HTTPRedirectHandler.http_error_302

http_error_303(self, req, fp, code, msg, headers)

source code 
Overrides: urllib2.HTTPRedirectHandler.http_error_302

http_error_307(self, req, fp, code, msg, headers)

source code 
Overrides: urllib2.HTTPRedirectHandler.http_error_302

http_error_401(self, req, fp, code, msg, headers)

source code 
Overrides: urllib2.HTTPDigestAuthHandler.http_error_401