Package net.shibboleth.shared.httpclient
Class FileCachingHttpClientBuilder.StorageMaintenanceTask
java.lang.Object
java.util.TimerTask
net.shibboleth.shared.httpclient.FileCachingHttpClientBuilder.StorageMaintenanceTask
- All Implemented Interfaces:
Runnable
- Enclosing class:
- FileCachingHttpClientBuilder
Scheduled task to manage an instance of
ManagedHttpCacheStorage.-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionStorageMaintenanceTask(org.apache.hc.client5.http.impl.cache.ManagedHttpCacheStorage managedStorage) Constructor. -
Method Summary
Methods inherited from class java.util.TimerTask
cancel, scheduledExecutionTime
-
Field Details
-
log
@Nonnull private org.slf4j.Logger logLogger. -
storage
@Nonnull private final org.apache.hc.client5.http.impl.cache.ManagedHttpCacheStorage storageThe managed cache storage instance.
-
-
Constructor Details
-
StorageMaintenanceTask
public StorageMaintenanceTask(@Nonnull org.apache.hc.client5.http.impl.cache.ManagedHttpCacheStorage managedStorage) Constructor.- Parameters:
managedStorage- the managed cache storage instance
-
-
Method Details