Class StandardMarsHttpMillisecondStoreDataProvider
java.lang.Object
org.lukashian.store.provider.external.ExternalResourceMillisecondStoreDataProvider
org.lukashian.store.provider.external.http.HttpMillisecondStoreDataProvider
org.lukashian.store.provider.external.http.StandardMarsHttpMillisecondStoreDataProvider
- All Implemented Interfaces:
MillisecondStoreDataProvider
This implementation of
HttpMillisecondStoreDataProvider loads binary streams of long values from the official lukashian.org server.
The values that are returned by this server are generated server side by an instance of StandardMarsMillisecondStoreDataProvider.-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class HttpMillisecondStoreDataProvider
loadMillisecondsByteArrayMethods inherited from class ExternalResourceMillisecondStoreDataProvider
loadDayEpochMilliseconds, loadUnixEpochOffsetMilliseconds, loadYearEpochMilliseconds
-
Constructor Details
-
StandardMarsHttpMillisecondStoreDataProvider
public StandardMarsHttpMillisecondStoreDataProvider()
-