net.i2p.sam
Class SAMStreamSession.SAMStreamSessionSocketReader
java.lang.Object
net.i2p.sam.SAMStreamSession.SAMStreamSessionSocketReader
- All Implemented Interfaces:
- Runnable
- Direct Known Subclasses:
- SAMStreamSession.SAMv1StreamSessionSocketReader
- Enclosing class:
- SAMStreamSession
public class SAMStreamSession.SAMStreamSessionSocketReader
- extends Object
- implements Runnable
SAM STREAM socket reader, running in its own thread. It forwards
forward data to/from an I2P socket.
- Author:
- human
Method Summary |
void |
run()
|
void |
stopRunning()
Stop a SAM STREAM session socket reader thread immediately. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
i2pSocket
protected I2PSocket i2pSocket
runningLock
protected Object runningLock
stillRunning
protected boolean stillRunning
id
protected int id
SAMStreamSession.SAMStreamSessionSocketReader
public SAMStreamSession.SAMStreamSessionSocketReader(I2PSocket s,
int id)
throws IOException
- Create a new SAM STREAM session socket reader
- Parameters:
s
- Socket to be handledid
- Unique id assigned to the handler
- Throws:
IOException
stopRunning
public void stopRunning()
- Stop a SAM STREAM session socket reader thread immediately.
run
public void run()
- Specified by:
run
in interface Runnable