Class HttpRequestConfig

    • Constructor Summary

      Constructors 
      Constructor Description
      HttpRequestConfig()
      Deprecated, 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

      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.
       
      int getMaxCacheAge()
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      int getMaxDownloadSize()
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      String getUrlPattern()
      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 matches​(String url)
      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 Detail

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

      • matches

        public boolean matches​(String url)
        Deprecated, for removal: This API element is subject to removal in a future version.
      • getUrlPattern

        public String getUrlPattern()
        Deprecated, for removal: This API element is subject to removal in a future version.
      • setUrlPattern

        public void setUrlPattern​(String urlPattern)
        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

        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.
      • 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.