Uses of Class
net.i2p.sam.SessionRecord
-
Packages that use SessionRecord Package Description net.i2p.sam The SAM client API. -
-
Uses of SessionRecord in net.i2p.sam
Methods in net.i2p.sam that return SessionRecord Modifier and Type Method Description SessionRecordSessionsDB. get(String nick)Methods in net.i2p.sam with parameters of type SessionRecord Modifier and Type Method Description voidSessionsDB. put(String nick, SessionRecord session)voidSessionsDB. putDupDestOK(String nick, SessionRecord session)Constructors in net.i2p.sam with parameters of type SessionRecord Constructor Description SessionRecord(SessionRecord in)
-