@Deprecated public final class HttpCacheSupport extends Object
Constructor and Description |
---|
HttpCacheSupport()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static String |
getRequestUri(org.apache.hc.core5.http.HttpRequest request,
org.apache.hc.core5.http.HttpHost target)
Deprecated.
|
static URI |
normalize(URI requestUri)
Deprecated.
|
static URI |
normalizeQuetly(String requestUri)
Deprecated.
|
static URI |
normalizeQuietly(String requestUri)
Deprecated.
Lenient URI parser that normalizes valid
URI s and returns null for malformed URIs. |
public static String getRequestUri(org.apache.hc.core5.http.HttpRequest request, org.apache.hc.core5.http.HttpHost target)
public static URI normalize(URI requestUri) throws URISyntaxException
URISyntaxException
@Deprecated public static URI normalizeQuetly(String requestUri)
normalizeQuietly(String)
URI
s and returns null
for malformed URIs.Copyright © 1999–2021 The Apache Software Foundation. All rights reserved.