Uses of Class
org.johnnei.javatorrent.bittorrent.tracker.TrackerException
-
Packages that use TrackerException Package Description org.johnnei.javatorrent org.johnnei.javatorrent.bittorrent.tracker -
-
Uses of TrackerException in org.johnnei.javatorrent
Method parameters in org.johnnei.javatorrent with type arguments of type TrackerException Modifier and Type Method Description TorrentClient.BuilderTorrentClient.Builder. registerTrackerProtocol(String protocol, CheckedBiFunction<String,TorrentClient,ITracker,TrackerException> supplier) -
Uses of TrackerException in org.johnnei.javatorrent.bittorrent.tracker
Method parameters in org.johnnei.javatorrent.bittorrent.tracker with type arguments of type TrackerException Modifier and Type Method Description TrackerFactory.BuilderTrackerFactory.Builder. registerProtocol(String protocol, CheckedBiFunction<String,TorrentClient,ITracker,TrackerException> supplier)
-