Class HttpRequestConfig

java.lang.Object
com.atlassian.confluence.util.http.HttpRequestConfig
All Implemented Interfaces:
Serializable

@Deprecated(forRemoval=true) public class HttpRequestConfig extends Object implements Serializable
Deprecated, for removal: This API element is subject to removal in a future version.
since 7.0.1 will be removed in 9.0
See Also:
  • Constructor Summary

    Constructors
    Constructor
    Description
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    HttpRequestConfig(int maxDownloadSize, int maxCacheAge)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    int
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    int
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    boolean
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    boolean
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    void
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    void
    setMaxCacheAge(int maxCacheAge)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    void
    setMaxDownloadSize(int maxDownloadSize)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    void
    setRegex(boolean regex)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    void
    setUrlPattern(String urlPattern)
    Deprecated, for removal: This API element is subject to removal in a future version.
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • HttpRequestConfig

      public HttpRequestConfig()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • HttpRequestConfig

      public HttpRequestConfig(int maxDownloadSize, int maxCacheAge)
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details

    • matches

      public boolean matches(String url)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getUrlPattern

      public String getUrlPattern()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • setUrlPattern

      public void setUrlPattern(String urlPattern)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • isRegex

      public boolean isRegex()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • setRegex

      public void setRegex(boolean regex)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getAuthenticator

      public Authenticator getAuthenticator()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • setAuthenticator

      public void setAuthenticator(Authenticator authenticator)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getMaxDownloadSize

      public int getMaxDownloadSize()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • setMaxDownloadSize

      public void setMaxDownloadSize(int maxDownloadSize)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getMaxCacheAge

      public int getMaxCacheAge()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • setMaxCacheAge

      public void setMaxCacheAge(int maxCacheAge)
      Deprecated, for removal: This API element is subject to removal in a future version.