net.i2p.i2ptunnel.streamr
Class Pinger
java.lang.Object
net.i2p.i2ptunnel.streamr.Pinger
- All Implemented Interfaces:
- Runnable, Source
public class Pinger
- extends Object
- implements Source, Runnable
- Author:
- welterde/zzz
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
sink
protected Sink sink
thread
protected Thread thread
running
protected boolean running
Pinger
public Pinger()
setSink
public void setSink(Sink sink)
- Specified by:
setSink
in interface Source
start
public void start()
- Specified by:
start
in interface Source
stop
public void stop()
run
public void run()
- Specified by:
run
in interface Runnable