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