Uses of Class
net.i2p.sam.SAMStreamSession
Package | Description |
---|---|
net.i2p.sam |
The SAM client API.
|
-
Uses of SAMStreamSession in net.i2p.sam
Subclasses of SAMStreamSession in net.i2p.sam Modifier and Type Class Description (package private) class
MasterSession
A session that does nothing, but implements interfaces for raw, datagram, and streaming for convenience.(package private) class
SAMv2StreamSession
SAMv2 STREAM session class.(package private) class
SAMv3StreamSession
SAMv3 STREAM session class.Fields in net.i2p.sam declared as SAMStreamSession Modifier and Type Field Description protected SAMStreamSession
SAMv1Handler. streamSession
Methods in net.i2p.sam that return SAMStreamSession Modifier and Type Method Description protected SAMStreamSession
SAMv1Handler. getStreamSession()
(package private) SAMStreamSession
SAMv2Handler. newSAMStreamSession(String destKeystream, String direction, Properties props)