Class FileCachingHttpClientBuilder.StorageMaintenanceTask
- java.lang.Object
-
- java.util.TimerTask
-
- net.shibboleth.utilities.java.support.httpclient.FileCachingHttpClientBuilder.StorageMaintenanceTask
-
- All Implemented Interfaces:
Runnable
- Enclosing class:
- FileCachingHttpClientBuilder
private static class FileCachingHttpClientBuilder.StorageMaintenanceTask extends TimerTask
Scheduled task to manage an instance ofManagedHttpCacheStorage.
-
-
Constructor Summary
Constructors Constructor Description StorageMaintenanceTask(org.apache.http.impl.client.cache.ManagedHttpCacheStorage managedStorage)Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidrun()-
Methods inherited from class java.util.TimerTask
cancel, scheduledExecutionTime
-
-