Package live.hms.video.signal.init
Class NetworkHealth
-
- All Implemented Interfaces:
public final class NetworkHealth
-
-
Constructor Summary
Constructors Constructor Description NetworkHealth(Long timeout, String url, SortedMap<Integer, RangeLimits> scoreMap)
-
Method Summary
Modifier and Type Method Description final LonggetTimeout()final StringgetUrl()final SortedMap<Integer, RangeLimits>getScoreMap()-
-
Constructor Detail
-
NetworkHealth
NetworkHealth(Long timeout, String url, SortedMap<Integer, RangeLimits> scoreMap)
-
-
Method Detail
-
getTimeout
final Long getTimeout()
-
getScoreMap
final SortedMap<Integer, RangeLimits> getScoreMap()
-
-
-
-