Uses of Interface
org.johnnei.javatorrent.bittorrent.tracker.ITracker
-
Packages that use ITracker Package Description org.johnnei.javatorrent org.johnnei.javatorrent.bittorrent.tracker -
-
Uses of ITracker in org.johnnei.javatorrent
Methods in org.johnnei.javatorrent that return types with arguments of type ITracker Modifier and Type Method Description List<ITracker>TorrentClient. getTrackersFor(Torrent torrent)Gets all trackers which know the given torrentMethod parameters in org.johnnei.javatorrent with type arguments of type ITracker Modifier and Type Method Description TorrentClient.BuilderTorrentClient.Builder. registerTrackerProtocol(String protocol, CheckedBiFunction<String,TorrentClient,ITracker,TrackerException> supplier) -
Uses of ITracker in org.johnnei.javatorrent.bittorrent.tracker
Methods in org.johnnei.javatorrent.bittorrent.tracker that return types with arguments of type ITracker Modifier and Type Method Description Optional<ITracker>TrackerFactory. getTrackerFor(String trackerUrl)Either creates or returns the tracker implementation for the given urlList<ITracker>TrackerFactory. getTrackersHavingTorrent(Torrent torrent)Method parameters in org.johnnei.javatorrent.bittorrent.tracker with type arguments of type ITracker Modifier and Type Method Description TrackerFactory.BuilderTrackerFactory.Builder. registerProtocol(String protocol, CheckedBiFunction<String,TorrentClient,ITracker,TrackerException> supplier)
-