Class HttpRequest
java.lang.Object
com.atlassian.confluence.util.http.HttpRequest
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
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated, 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.longDeprecated, for removal: This API element is subject to removal in a future version.intDeprecated, for removal: This API element is subject to removal in a future version.getUrl()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.voidDeprecated, 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.voidDeprecated, for removal: This API element is subject to removal in a future version.
-
Constructor Details
-
HttpRequest
public HttpRequest()Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
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
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
Deprecated, for removal: This API element is subject to removal in a future version. -
setAuthenticator
Deprecated, for removal: This API element is subject to removal in a future version. -
setHeader
Deprecated, for removal: This API element is subject to removal in a future version. -
getHeaders
Deprecated, for removal: This API element is subject to removal in a future version.
-