Uses of Class
org.johnnei.javatorrent.phases.PhaseRegulator.Builder
-
Packages that use PhaseRegulator.Builder Package Description org.johnnei.javatorrent.phases -
-
Uses of PhaseRegulator.Builder in org.johnnei.javatorrent.phases
Methods in org.johnnei.javatorrent.phases that return PhaseRegulator.Builder 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 givenIDownloadPhase
-