Class CacheSupport
- java.lang.Object
-
- org.apache.hc.client5.http.impl.cache.CacheSupport
-
@Internal public final class CacheSupport extends java.lang.ObjectHTTP cache support utilities.- Since:
- 5.4
-
-
Field Summary
Fields Modifier and Type Field Description static org.apache.hc.core5.util.TimeValueMAX_AGE
-
Constructor Summary
Constructors Constructor Description CacheSupport()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static longdeltaSeconds(java.lang.String s)static java.net.URIgetLocationURI(java.net.URI requestUri, org.apache.hc.core5.http.MessageHeaders response, java.lang.String headerName)static booleanisSameOrigin(java.net.URI requestURI, java.net.URI targetURI)
-
-
-
Method Detail
-
getLocationURI
public static java.net.URI getLocationURI(java.net.URI requestUri, org.apache.hc.core5.http.MessageHeaders response, java.lang.String headerName)
-
isSameOrigin
public static boolean isSameOrigin(java.net.URI requestURI, java.net.URI targetURI)
-
deltaSeconds
public static long deltaSeconds(java.lang.String s)
-
-