| 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.i2ptunnel | Implementation of preconfigured tunnels for both clients and servers, with a comprehensive UI for tunnel management and configuration. |
| 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 |
|---|---|
I2PServerSocket | I2PSocketManager.getServerSocket()Returns non-null socket. |
| Modifier and Type | Class and Description |
|---|---|
(package private) class | I2PServerSocketFullBridge to allow accepting new connections |
| Modifier and Type | Method and Description |
|---|---|
I2PServerSocket | I2PSocketManagerFull.getServerSocket()Returns non-null socket. |
| Modifier and Type | Field and Description |
|---|---|
protected I2PServerSocket | I2PTunnelServer.i2pss |
| Modifier and Type | Method and Description |
|---|---|
protected I2PServerSocket | SAMv3StreamSession.getSocketServer() |
| Modifier and Type | Method and Description |
|---|---|
I2PServerSocket | TorrentDest.getServerSocket() |
I2PServerSocket | I2PSnarkUtil.getServerSocket()The shared server socket. |
I2PServerSocket | I2PSnarkUtil.getServerSocket(byte[] ih)The server socket for the torrent's destination, or the shared server socket
when multi-dest is disabled or the torrent has no destination. |
| Constructor and Description |
|---|
TorrentDest(I2PAppContext ctx,
String key,
int poolIndex,
int poolNum,
I2PSocketManager mgr,
I2PServerSocket serverSocket)Assign a torrent to this destination. |