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 HttpRequest()
Deprecated, for removal: This API element is subject to removal in a future version.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description Authenticator
getAuthenticator()
Deprecated, for removal: This API element is subject to removal in a future version.Iterable<Map.Entry<String,String>>
getHeaders()
Deprecated, for removal: This API element is subject to removal in a future version.long
getMaximumCacheAgeInMillis()
Deprecated, for removal: This API element is subject to removal in a future version.int
getMaximumSize()
Deprecated, for removal: This API element is subject to removal in a future version.String
getUrl()
Deprecated, for removal: This API element is subject to removal in a future version.void
setAuthenticator(Authenticator authenticator)
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
setUrl(String url)
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
-
Method Detail
-
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.
-
-