Class StandardEarthHttpMillisecondStoreDataProvider
java.lang.Object
org.lukashian.store.external.ExternalResourceMillisecondStoreDataProvider
org.lukashian.store.external.http.HttpMillisecondStoreDataProvider
org.lukashian.store.external.http.StandardEarthHttpMillisecondStoreDataProvider
- All Implemented Interfaces:
MillisecondStoreDataProvider
This implementation of
HttpMillisecondStoreDataProvider
loads binary streams of long values from the official lukashian.org server.
The values that are served by this server are generated by an instance of StandardEarthMillisecondStoreDataProvider
.-
Field Summary
Fields inherited from class org.lukashian.store.external.ExternalResourceMillisecondStoreDataProvider
DEFAULT_DAY_EPOCH_MILLISECONDS_EXTENSION, DEFAULT_UNIX_EPOCH_OFFSET_EXTENSION, DEFAULT_YEAR_EPOCH_MILLISECONDS_EXTENSION
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.lukashian.store.external.http.HttpMillisecondStoreDataProvider
loadMillisecondsByteArray
Methods inherited from class org.lukashian.store.external.ExternalResourceMillisecondStoreDataProvider
loadDayEpochMilliseconds, loadUnixEpochOffsetMilliseconds, loadYearEpochMilliseconds
-
Constructor Details
-
StandardEarthHttpMillisecondStoreDataProvider
public StandardEarthHttpMillisecondStoreDataProvider()
-