Class HttpCacheSupport
java.lang.Object
org.apache.hc.client5.http.impl.cache.HttpCacheSupport
Deprecated.
Do not use. This functionality is internal.
HTTP cache support utilities.
- Since:
- 5.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StringgetRequestUri(org.apache.hc.core5.http.HttpRequest request, org.apache.hc.core5.http.HttpHost target) Deprecated.static URIDeprecated.static URInormalizeQuetly(String requestUri) Deprecated.static URInormalizeQuietly(String requestUri) Deprecated.Lenient URI parser that normalizes validURIs and returnsnullfor malformed URIs.
-
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
Deprecated.- Throws:
URISyntaxException
-
normalizeQuetly
Deprecated.Lenient URI parser that normalizes validURIs and returnsnullfor malformed URIs. -
normalizeQuietly
-