SAMv2StreamSession.SAMv2StreamSessionSocketReader
public class SAMStreamSession.SAMv1StreamSessionSocketReader extends SAMStreamSession.SAMStreamSessionSocketReader
i2pSocket, id, runningLock, stillRunning
コンストラクタ | 説明 |
---|---|
SAMv1StreamSessionSocketReader(I2PSocket s,
int id) |
Create a new SAM STREAM session socket reader
|
修飾子とタイプ | メソッド | 説明 |
---|---|---|
void |
run() |
|
void |
stopRunning() |
Stop a SAM STREAM session socket reader thead immediately.
|
public SAMv1StreamSessionSocketReader(I2PSocket s, int id) throws java.io.IOException
s
- Socket to be handledid
- Unique id assigned to the handlerjava.io.IOException
public void stopRunning()
stopRunning
クラス内 SAMStreamSession.SAMStreamSessionSocketReader
public void run()
run
クラス内 SAMStreamSession.SAMStreamSessionSocketReader