Uses of Class
net.i2p.sam.SAMStreamSession.SAMStreamSessionSocketReader
Package | Description |
---|---|
net.i2p.sam |
The SAM client API.
|
-
Uses of SAMStreamSession.SAMStreamSessionSocketReader in net.i2p.sam
Subclasses of SAMStreamSession.SAMStreamSessionSocketReader in net.i2p.sam Modifier and Type Class Description class
SAMStreamSession.SAMv1StreamSessionSocketReader
class
SAMv2StreamSession.SAMv2StreamSessionSocketReader
SAM STREAM socket reader, running in its own thread.Methods in net.i2p.sam that return SAMStreamSession.SAMStreamSessionSocketReader Modifier and Type Method Description protected SAMStreamSession.SAMStreamSessionSocketReader
SAMStreamSession. getSocketReader(int id)
Get a SAM STREAM session socket handler.protected SAMStreamSession.SAMStreamSessionSocketReader
SAMStreamSession. newSAMStreamSessionSocketReader(I2PSocket s, int id)
protected SAMStreamSession.SAMStreamSessionSocketReader
SAMv2StreamSession. newSAMStreamSessionSocketReader(I2PSocket s, int id)