Uses of Class
net.i2p.sam.SAMStreamSession
-
Packages that use 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) classPrimarySessionA session that does nothing, but implements interfaces for raw, datagram, and streaming for convenience.(package private) classSAMv2StreamSessionSAMv2 STREAM session class.(package private) classSAMv3StreamSessionSAMv3 STREAM session class.Fields in net.i2p.sam declared as SAMStreamSession Modifier and Type Field Description protected SAMStreamSessionSAMv1Handler. streamSessionMethods in net.i2p.sam that return SAMStreamSession Modifier and Type Method Description protected SAMStreamSessionSAMv1Handler. getStreamSession()(package private) SAMStreamSessionSAMv2Handler. newSAMStreamSession(String destKeystream, String direction, Properties props)
-