Class HttpCacheSupport


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

      Constructors 
      Constructor Description
      HttpCacheSupport()
      Deprecated.
       
    • Method Summary

      All Methods Static Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      static java.lang.String getRequestUri​(org.apache.hc.core5.http.HttpRequest request, org.apache.hc.core5.http.HttpHost target)
      Deprecated.
       
      static java.net.URI normalize​(java.net.URI requestUri)
      Deprecated.
       
      static java.net.URI normalizeQuetly​(java.lang.String requestUri)
      Deprecated.
      static java.net.URI normalizeQuietly​(java.lang.String requestUri)
      Deprecated.
      Lenient URI parser that normalizes valid URIs and returns null for malformed URIs.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • HttpCacheSupport

        public HttpCacheSupport()
        Deprecated.
    • Method Detail

      • getRequestUri

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

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

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

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