Package | Description |
---|---|
net.i2p.client.streaming |
API, interfaces, and factory for a TCP-like (reliable, authenticated, in order) set of sockets for
communicating over the 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 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 helpers for I2PSnark
We use this class as a sort of context for i2psnark
so we can run multiple instances of single Snarks
(but not multiple SnarkManagers, it is still static)
|
class |
SnarkManager
Manage multiple snarks
|
Constructor and Description |
---|
I2PSnarkUtil(I2PAppContext ctx,
String baseName,
I2PSocketManager.DisconnectListener discon) |