Class TestPingSourceRandom
- java.lang.Object
-
- com.biglybt.core.speedmanager.impl.TestPingSourceImpl
-
- com.biglybt.core.speedmanager.impl.TestPingSourceRandom
-
- All Implemented Interfaces:
DHTSpeedTester
public class TestPingSourceRandom extends TestPingSourceImpl
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.biglybt.core.speedmanager.impl.TestPingSourceImpl
TestPingSourceImpl.testSource
-
-
Field Summary
Fields Modifier and Type Field Description private java.util.Random
random
-
Fields inherited from class com.biglybt.core.speedmanager.impl.TestPingSourceImpl
sources
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
TestPingSourceRandom(SpeedManagerAlgorithmProviderAdapter adapter)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
updateSources(TestPingSourceImpl.testSource[] sources)
-
Methods inherited from class com.biglybt.core.speedmanager.impl.TestPingSourceImpl
addContact, addListener, destroy, getAdapter, getContactNumber, removeContact, removeListener, setContactNumber, update
-
-
-
-
Constructor Detail
-
TestPingSourceRandom
protected TestPingSourceRandom(SpeedManagerAlgorithmProviderAdapter adapter)
-
-
Method Detail
-
updateSources
protected void updateSources(TestPingSourceImpl.testSource[] sources)
- Specified by:
updateSources
in classTestPingSourceImpl
-
-