Class 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 Detail

      • HttpRequest

        public HttpRequest()
        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.
      • getHeaders

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