Uses of Class
net.i2p.sam.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 SessionRecord
SessionsDB. get(String nick)
Methods in net.i2p.sam with parameters of type SessionRecord Modifier and Type Method Description void
SessionsDB. put(String nick, SessionRecord session)
void
SessionsDB. putDupDestOK(String nick, SessionRecord session)
Constructors in net.i2p.sam with parameters of type SessionRecord Constructor Description SessionRecord(SessionRecord in)