Package net.i2p.i2ptunnel
Class InternalSocketRunner
java.lang.Object
java.lang.Thread
net.i2p.util.I2PThread
net.i2p.util.I2PAppThread
net.i2p.i2ptunnel.InternalSocketRunner
- All Implemented Interfaces:
Runnable
class InternalSocketRunner extends I2PAppThread
Listen for in-JVM connections on the internal "socket"
- Since:
- 0.7.9
- Author:
- zzz
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Thread
Thread.State, Thread.UncaughtExceptionHandler
-
Field Summary
-
Constructor Summary
Constructors Constructor Description InternalSocketRunner(I2PTunnelClientBase client)
Does not start the runner, caller must call start() -
Method Summary
Modifier and Type Method Description void
run()
(package private) void
stopRunning()
Methods inherited from class net.i2p.util.I2PAppThread
addOOMEventThreadListener, fireOOM, removeOOMEventThreadListener
Methods inherited from class net.i2p.util.I2PThread
addOOMEventListener, removeOOMEventListener, start
Methods inherited from class java.lang.Thread
activeCount, checkAccess, clone, countStackFrames, currentThread, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, onSpinWait, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, stop, suspend, toString, yield
-
Constructor Details
-
InternalSocketRunner
InternalSocketRunner(I2PTunnelClientBase client)Does not start the runner, caller must call start()
-
-
Method Details