Package nl.vpro.util

Class URLResource<T>

java.lang.Object
nl.vpro.util.URLResource<T>
All Implemented Interfaces:
Supplier<T>, URLResourceMXBean

public class URLResource<T> extends Object implements URLResourceMXBean, Supplier<T>
A simple http client wrapping exactly one external resource, keeping track of cache headers.
Since:
0.37
Author:
Michiel Meeuwissen