Package org.torproject.metrics.web
Class CollectorDirectoryProvider
- java.lang.Object
-
- org.torproject.metrics.web.CollectorDirectoryProvider
-
- All Implemented Interfaces:
java.lang.Runnable
public class CollectorDirectoryProvider extends java.lang.Object implements java.lang.Runnable
Periodically fetches a remote index.json file and provides formatted directory listings for all contained directories and subdirectories.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
run()
Fetch the remote index.json and extract all we need to know to later produce directory listings as requested.
-