Class HttpRequestConfig
java.lang.Object
com.atlassian.confluence.util.http.HttpRequestConfig
- All Implemented Interfaces:
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
ConstructorsConstructorDescriptionDeprecated, 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 TypeMethodDescriptionDeprecated, 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
isRegex()
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
setAuthenticator
(Authenticator authenticator) 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.
-
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
Deprecated, for removal: This API element is subject to removal in a future version. -
getUrlPattern
Deprecated, for removal: This API element is subject to removal in a future version. -
setUrlPattern
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
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. -
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.
-