| パッケージ | 説明 |
|---|---|
| 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.
|
| 修飾子とタイプ | クラス | 説明 |
|---|---|---|
(package private) class |
PeerState |
| 修飾子とタイプ | メソッド | 説明 |
|---|---|---|
(package private) void |
PeerConnectionOut.sendPiece(int piece,
int begin,
int length,
DataLoader loader) |
Queue a piece message with a callback to load the data
from disk when required.
|
| コンストラクタ | 説明 |
|---|---|
Message(int piece,
int begin,
int length,
DataLoader loader) |
For type PIECE with deferred data
|