obspy.clients.fdsn.client.NoRedirectionHandler
==============================================

.. currentmodule:: obspy.clients.fdsn.client
.. autoclass:: NoRedirectionHandler
   :show-inheritance:



.. rubric:: Attributes

.. autosummary::
  :toctree: .
  :nosignatures:

  ~NoRedirectionHandler.handler_order
  ~NoRedirectionHandler.inf_msg
  ~NoRedirectionHandler.max_redirections
  ~NoRedirectionHandler.max_repeats


.. rubric:: Public Methods

.. autosummary::
  :toctree: .
  :nosignatures:


  ~NoRedirectionHandler.add_parent
  ~NoRedirectionHandler.close
  ~NoRedirectionHandler.http_error_301
  ~NoRedirectionHandler.http_error_302
  ~NoRedirectionHandler.http_error_303
  ~NoRedirectionHandler.http_error_307
  ~NoRedirectionHandler.redirect_request




.. rubric:: Special Methods



.. automethod:: NoRedirectionHandler.__delattr__

.. automethod:: NoRedirectionHandler.__dir__

.. automethod:: NoRedirectionHandler.__eq__

.. automethod:: NoRedirectionHandler.__format__

.. automethod:: NoRedirectionHandler.__ge__

.. automethod:: NoRedirectionHandler.__getattribute__

.. automethod:: NoRedirectionHandler.__gt__

.. automethod:: NoRedirectionHandler.__hash__

.. automethod:: NoRedirectionHandler.__init__

.. automethod:: NoRedirectionHandler.__init_subclass__

.. automethod:: NoRedirectionHandler.__le__

.. automethod:: NoRedirectionHandler.__lt__

.. automethod:: NoRedirectionHandler.__ne__

.. automethod:: NoRedirectionHandler.__new__

.. automethod:: NoRedirectionHandler.__reduce__

.. automethod:: NoRedirectionHandler.__reduce_ex__

.. automethod:: NoRedirectionHandler.__repr__

.. automethod:: NoRedirectionHandler.__setattr__

.. automethod:: NoRedirectionHandler.__sizeof__

.. automethod:: NoRedirectionHandler.__str__

.. automethod:: NoRedirectionHandler.__subclasshook__