Interface HttpRedirectSupporter

  • All Known Implementing Classes:
    HttpRequest, HttpRequest

    public interface HttpRedirectSupporter
    Interface for classes that support HTTP redirects.
    Author:
    fracpete (fracpete at waikato dot ac dot nz)
    • Method Detail

      • setAllowRedirects

        void setAllowRedirects​(boolean value)
        Sets whether to allow redirects.
        Parameters:
        value - true if to allow
      • getAllowRedirects

        boolean getAllowRedirects()
        Returns whether redirects are allowed.
        Returns:
        true if allowed
      • allowRedirectsTipText

        String allowRedirectsTipText()
        Returns the tip text for this property.
        Returns:
        tip text for this property suitable for displaying in the GUI or for listing the options.