net.i2p.sam
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 I2PSocket i2pSocket
protected Object runningLock
protected boolean stillRunning
protected int id
public SAMStreamSession.SAMStreamSessionSocketReader(I2PSocket s, int id) throws IOException
s
- Socket to be handledid
- Unique id assigned to the handlerIOException