Class HttpCacheSupport

java.lang.Object
org.apache.hc.client5.http.impl.cache.HttpCacheSupport

@Deprecated public final class HttpCacheSupport extends Object
Deprecated.
Do not use. This functionality is internal.
HTTP cache support utilities.
Since:
5.0
  • Constructor Details

    • HttpCacheSupport

      public HttpCacheSupport()
      Deprecated.
  • Method Details

    • getRequestUri

      public static String getRequestUri(org.apache.hc.core5.http.HttpRequest request, org.apache.hc.core5.http.HttpHost target)
      Deprecated.
    • normalize

      public static URI normalize(URI requestUri) throws URISyntaxException
      Deprecated.
      Throws:
      URISyntaxException
    • normalizeQuetly

      @Deprecated public static URI normalizeQuetly(String requestUri)
      Deprecated.
      Lenient URI parser that normalizes valid URIs and returns null for malformed URIs.
    • normalizeQuietly

      public static URI normalizeQuietly(String requestUri)
      Deprecated.
      Lenient URI parser that normalizes valid URIs and returns null for malformed URIs.
      Since:
      5.2