パッケージ | 説明 |
---|---|
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 |
PeerCoordinator |
Coordinates what peer does what.
|
修飾子とタイプ | フィールド | 説明 |
---|---|---|
(package private) PeerListener |
PeerState.listener |
Fixme, used by Peer.disconnect() to get to the coordinator
|
修飾子とタイプ | メソッド | 説明 |
---|---|---|
static void |
ExtensionHandler.handleMessage(Peer peer,
PeerListener listener,
int id,
byte[] bs) |
|
void |
Peer.runConnection(I2PSnarkUtil util,
PeerListener listener,
BitField bitfield,
MagnetState mState,
boolean uploadOnly) |
Runs the connection to the other peer.
|
コンストラクタ | 説明 |
---|---|
PeerState(Peer peer,
PeerListener listener,
MetaInfo metainfo,
PeerConnectionIn in,
PeerConnectionOut out) |