| Package | Description |
|---|---|
| net.i2p.client.streaming |
API, interfaces, and factory for a TCP-like (reliable, authenticated, in order) set of sockets for communicating over IP-like (unreliable, unauthenticated, unordered) I2P messages.
|
| net.i2p.client.streaming.impl |
Implementation of a TCP-like (reliable, authenticated, in order) set of sockets for communicating over the IP-like (unreliable, unauthenticated, unordered) I2P messages.
|
| net.i2p.sam |
The SAM (Simple Anonymous Messaging) client API.
|
| org.klomp.snark |
I2P version of the snark bittorrent client, imported in 2005 and heavily enhanced to add a web UI, DHT support, and other features.
|
| Modifier and Type | Method and Description |
|---|---|
void |
I2PSocketManager.addDisconnectListener(I2PSocketManager.DisconnectListener lsnr) |
void |
I2PSocketManager.removeDisconnectListener(I2PSocketManager.DisconnectListener lsnr) |
| Modifier and Type | Method and Description |
|---|---|
void |
MessageHandler.addDisconnectListener(I2PSocketManager.DisconnectListener lsnr) |
void |
I2PSocketManagerFull.addDisconnectListener(I2PSocketManager.DisconnectListener lsnr) |
void |
MessageHandler.removeDisconnectListener(I2PSocketManager.DisconnectListener lsnr) |
void |
I2PSocketManagerFull.removeDisconnectListener(I2PSocketManager.DisconnectListener lsnr) |
| Modifier and Type | Class and Description |
|---|---|
protected class |
SAMStreamSession.DisconnectListener |
| Modifier and Type | Class and Description |
|---|---|
class |
I2PSnarkUtil
I2P-specific utilities and context management for I2PSnark.
|
class |
SnarkManager
Central manager for multiple torrent downloads and the I2PSnark application.
|
| Constructor and Description |
|---|
I2PSnarkUtil(I2PAppContext ctx,
String baseName,
I2PSocketManager.DisconnectListener discon) |