Package net.i2p.sam
Class SessionRecord
java.lang.Object
net.i2p.sam.SessionRecord
class SessionRecord extends Object
The values in the SessionsDB
- Since:
- 0.9.25 moved from SAMv3Handler
-
Constructor Summary
Constructors Constructor Description SessionRecord(String dest, Properties props, SAMv3Handler handler)
SessionRecord(SessionRecord in)
-
Method Summary
Modifier and Type Method Description void
createThreadGroup(String name)
String
getDest()
SAMv3Handler
getHandler()
Properties
getProps()
Warning - returns a copy.ThreadGroup
getThreadGroup()
-
Constructor Details
-
Method Details
-
getDest
-
getProps
Warning - returns a copy.- Returns:
- a copy
-
getHandler
-
getThreadGroup
-
createThreadGroup
-