Uses of Interface
org.johnnei.javatorrent.phases.IDownloadPhase
-
Packages that use IDownloadPhase Package Description org.johnnei.javatorrent.phases -
-
Uses of IDownloadPhase in org.johnnei.javatorrent.phases
Classes in org.johnnei.javatorrent.phases that implement IDownloadPhase Modifier and Type Class Description classPhaseDataThe download phase in which the actual torrent files will be downloaded.classPhaseSeedA phase which is meant to be used for seeding torrents.Methods in org.johnnei.javatorrent.phases with type parameters of type IDownloadPhase Modifier and Type Method Description <T extends IDownloadPhase>
PhaseRegulator.BuilderPhaseRegulator.Builder. registerInitialPhase(Class<T> phase, BiFunction<TorrentClient,Torrent,T> phaseSupplier)Registers the initialIDownloadPhase<T extends IDownloadPhase>
PhaseRegulator.BuilderPhaseRegulator.Builder. registerInitialPhase(Class<T> phase, BiFunction<TorrentClient,Torrent,T> phaseSupplier, Class<? extends IDownloadPhase> nextPhase)Registers the initialIDownloadPhase<T extends IDownloadPhase>
PhaseRegulator.BuilderPhaseRegulator.Builder. registerPhase(Class<T> phase, BiFunction<TorrentClient,Torrent,T> phaseSupplier)Registers a new transition to the givenIDownloadPhase<T extends IDownloadPhase>
PhaseRegulator.BuilderPhaseRegulator.Builder. registerPhase(Class<T> phase, BiFunction<TorrentClient,Torrent,T> phaseSupplier, Class<? extends IDownloadPhase> nextPhase)Registers a new transition to the givenIDownloadPhaseMethods in org.johnnei.javatorrent.phases that return IDownloadPhase Modifier and Type Method Description IDownloadPhasePhaseRegulator. createInitialPhase(TorrentClient torrentClient, Torrent torrent)Creates an instance of the initialIDownloadPhasefor the givenTorrent.Methods in org.johnnei.javatorrent.phases that return types with arguments of type IDownloadPhase Modifier and Type Method Description Optional<IDownloadPhase>PhaseRegulator. createNextPhase(IDownloadPhase phase, TorrentClient torrentClient, Torrent torrent)Creates an instance of the nextIDownloadPhasefor the givenTorrent.Methods in org.johnnei.javatorrent.phases with parameters of type IDownloadPhase Modifier and Type Method Description Optional<IDownloadPhase>PhaseRegulator. createNextPhase(IDownloadPhase phase, TorrentClient torrentClient, Torrent torrent)Creates an instance of the nextIDownloadPhasefor the givenTorrent.
-