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 AuthenticatorgetAuthenticator()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.longgetMaximumCacheAgeInMillis()Deprecated, for removal: This API element is subject to removal in a future version.intgetMaximumSize()Deprecated, for removal: This API element is subject to removal in a future version.StringgetUrl()Deprecated, for removal: This API element is subject to removal in a future version.voidsetAuthenticator(Authenticator authenticator)Deprecated, for removal: This API element is subject to removal in a future version.voidsetHeader(String key, String value)Deprecated, for removal: This API element is subject to removal in a future version.voidsetMaximumCacheAgeInMillis(long maximumCacheAgeInMillis)Deprecated, for removal: This API element is subject to removal in a future version.voidsetMaximumSize(int maximumSize)Deprecated, for removal: This API element is subject to removal in a future version.voidsetUrl(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.
-
-