パッケージ | 説明 |
---|---|
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.
|
修飾子とタイプ | メソッド | 説明 |
---|---|---|
java.util.List<Tracker> |
SnarkManager.getSortedTrackers() |
Sorted copy
|
java.util.Map<java.lang.String,Tracker> |
SnarkManager.getTrackerMap() |
Unsorted map of name to Tracker object
Modifiable, not a copy
|
java.util.Collection<Tracker> |
SnarkManager.getTrackers() |
Unsorted, do not modify
|