| Package | Description |
|---|---|
| org.johnnei.javatorrent | |
| org.johnnei.javatorrent.bittorrent.tracker | |
| org.johnnei.javatorrent.internal.tracker |
| Modifier and Type | Method and Description |
|---|---|
List<ITracker> |
TorrentClient.getTrackersFor(Torrent torrent)
Gets all trackers which know the given torrent
|
| Modifier and Type | Method and Description |
|---|---|
TorrentClient.Builder |
TorrentClient.Builder.registerTrackerProtocol(String protocol,
CheckedBiFunction<String,TorrentClient,ITracker,TrackerException> supplier) |
| Modifier and Type | Method and Description |
|---|---|
Optional<ITracker> |
TrackerFactory.getTrackerFor(String trackerUrl)
Either creates or returns the tracker implementation for the given url
|
List<ITracker> |
TrackerFactory.getTrackersHavingTorrent(Torrent torrent) |
| Modifier and Type | Method and Description |
|---|---|
TrackerFactory.Builder |
TrackerFactory.Builder.registerProtocol(String protocol,
CheckedBiFunction<String,TorrentClient,ITracker,TrackerException> supplier) |
| Modifier and Type | Method and Description |
|---|---|
List<ITracker> |
TrackerManager.getTrackersFor(Torrent torrent)
Gets all trackers which know the given torrent
|
Copyright © 2016. All rights reserved.