パッケージ | 説明 |
---|---|
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.
|
修飾子とタイプ | メソッド | 説明 |
---|---|---|
PeerID |
Peer.getPeerID() |
Returns the id of the peer.
|
修飾子とタイプ | メソッド | 説明 |
---|---|---|
(package private) java.util.Set<PeerID> |
PeerCoordinator.getPEXPeers() |
Called by TrackerClient
|
修飾子とタイプ | メソッド | 説明 |
---|---|---|
int |
PeerID.compareTo(PeerID pid) |
推奨されていません。
unused? and will NPE now that address can be null?
|
(package private) I2PSocket |
I2PSnarkUtil.connect(PeerID peer) |
connect to the given destination
|
boolean |
PeerID.sameID(PeerID pid) |
Returns true if and only if this peerID and the given peerID have
the same destination hash
|
修飾子とタイプ | メソッド | 説明 |
---|---|---|
void |
PeerCoordinator.gotPeers(Peer peer,
java.util.List<PeerID> peers) |
Get peers from PEX -
PeerListener callback
|
void |
PeerListener.gotPeers(Peer peer,
java.util.List<PeerID> pIDList) |
Called when peers are received via PEX
|
コンストラクタ | 説明 |
---|---|
Peer(PeerID peerID,
byte[] my_id,
byte[] infohash,
MetaInfo metainfo) |
Outgoing connection.
|