Uses of Class
net.i2p.sam.SAMStreamSession.StreamSender
-
Packages that use SAMStreamSession.StreamSender Package Description net.i2p.sam The SAM client API. -
-
Uses of SAMStreamSession.StreamSender in net.i2p.sam
Methods in net.i2p.sam that return SAMStreamSession.StreamSender Modifier and Type Method Description protected SAMStreamSession.StreamSender
SAMStreamSession. newStreamSender(I2PSocket s, int id)
protected SAMStreamSession.StreamSender
SAMv2StreamSession. newStreamSender(I2PSocket s, int id)
Lets us push data through the stream without blocking, (even after exceeding the I2PSocket's buffer)
-