Uses of Class
net.i2p.sam.SAMStreamSession.SAMStreamSessionSocketReader
-
Packages that use 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 classSAMStreamSession.SAMv1StreamSessionSocketReaderclassSAMv2StreamSession.SAMv2StreamSessionSocketReaderSAM STREAM socket reader, running in its own thread.Methods in net.i2p.sam that return SAMStreamSession.SAMStreamSessionSocketReader Modifier and Type Method Description protected SAMStreamSession.SAMStreamSessionSocketReaderSAMStreamSession. getSocketReader(int id)Get a SAM STREAM session socket handler.protected SAMStreamSession.SAMStreamSessionSocketReaderSAMStreamSession. newSAMStreamSessionSocketReader(I2PSocket s, int id)protected SAMStreamSession.SAMStreamSessionSocketReaderSAMv2StreamSession. newSAMStreamSessionSocketReader(I2PSocket s, int id)
-