public interface UrlConnectionExpiryCalculator
| Modifier and Type | Method and Description |
|---|---|
long |
calculateExpiry(URLConnection urlConnection)
Given a URL connection, returns a calculated heuristic expiry time (in terms of milliseconds
since epoch) for the resource.
|
long calculateExpiry(URLConnection urlConnection)
urlConnection - the URL connection for the resourceCopyright © 2023 HtmlUnit. All rights reserved.