| Package | Description |
|---|---|
| net.i2p.sam | The SAM (Simple Anonymous Messaging) client API. |
| Modifier and Type | Method and Description |
|---|---|
SessionRecord | SessionsDB.get(String nick)Get a session record by nickname. |
| Modifier and Type | Method and Description |
|---|---|
Map<String,SessionRecord> | SessionsDB.getAllEntries()Return a snapshot of all entries (nick -> SessionRecord). |
| Modifier and Type | Method and Description |
|---|---|
void | SessionsDB.put(String nick,
SessionRecord session)Store a session record. |
void | SessionsDB.putDupDestOK(String nick,
SessionRecord session)Store a session record, allowing duplicate destinations. |
| Constructor and Description |
|---|
SessionRecord(SessionRecord in)Copy constructor. |