public class SAMStreamSession.SAMStreamSessionSocketReader extends Object implements Runnable
Modifier and Type | Field and Description |
---|---|
protected I2PSocket |
i2pSocket |
protected int |
id |
protected Object |
runningLock |
protected boolean |
stillRunning |
Constructor and Description |
---|
SAMStreamSession.SAMStreamSessionSocketReader(I2PSocket s,
int id)
Create a new SAM STREAM session socket reader
|
protected final I2PSocket i2pSocket
protected final Object runningLock
protected volatile boolean stillRunning
protected final int id
public SAMStreamSession.SAMStreamSessionSocketReader(I2PSocket s, int id) throws IOException
s
- Socket to be handledid
- Unique id assigned to the handlerIOException