Class HttpRequest

java.lang.Object
com.atlassian.confluence.util.http.HttpRequest

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

    Constructors
    Constructor
    Description
    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.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    long
    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.
     
    void
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    void
    setHeader(String key, String value)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    void
    setMaximumCacheAgeInMillis(long maximumCacheAgeInMillis)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    void
    setMaximumSize(int maximumSize)
    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.
     

    Methods inherited from class java.lang.Object

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

    • HttpRequest

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

    • getUrl

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

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

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

      public void setUrl(String url)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • setMaximumSize

      public void setMaximumSize(int maximumSize)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • setMaximumCacheAgeInMillis

      public void setMaximumCacheAgeInMillis(long maximumCacheAgeInMillis)
      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.
    • setHeader

      public void setHeader(String key, String value)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getHeaders

      public Iterable<Map.Entry<String,String>> getHeaders()
      Deprecated, for removal: This API element is subject to removal in a future version.