| Package | Description |
|---|---|
| org.johnnei.javatorrent.phases |
| Modifier and Type | Class and Description |
|---|---|
class |
PhaseData |
class |
PhaseSeed
A phase which is meant to be used for seeding torrents.
|
| Modifier and Type | Method and Description |
|---|---|
<T extends IDownloadPhase> |
PhaseRegulator.Builder.registerInitialPhase(Class<T> phase,
BiFunction<TorrentClient,Torrent,T> phaseSupplier,
Optional<Class<? extends IDownloadPhase>> nextPhase) |
<T extends IDownloadPhase> |
PhaseRegulator.Builder.registerPhase(Class<T> phase,
BiFunction<TorrentClient,Torrent,T> phaseSupplier,
Optional<Class<? extends IDownloadPhase>> nextPhase) |
| Modifier and Type | Method and Description |
|---|---|
IDownloadPhase |
PhaseRegulator.createInitialPhase(TorrentClient torrentClient,
Torrent torrent) |
| Modifier and Type | Method and Description |
|---|---|
Optional<IDownloadPhase> |
PhaseRegulator.createNextPhase(IDownloadPhase phase,
TorrentClient torrentClient,
Torrent torrent) |
| Modifier and Type | Method and Description |
|---|---|
Optional<IDownloadPhase> |
PhaseRegulator.createNextPhase(IDownloadPhase phase,
TorrentClient torrentClient,
Torrent torrent) |
| Modifier and Type | Method and Description |
|---|---|
<T extends IDownloadPhase> |
PhaseRegulator.Builder.registerInitialPhase(Class<T> phase,
BiFunction<TorrentClient,Torrent,T> phaseSupplier,
Optional<Class<? extends IDownloadPhase>> nextPhase) |
<T extends IDownloadPhase> |
PhaseRegulator.Builder.registerPhase(Class<T> phase,
BiFunction<TorrentClient,Torrent,T> phaseSupplier,
Optional<Class<? extends IDownloadPhase>> nextPhase) |
Copyright © 2016. All rights reserved.