Class TorrentFlags
java.lang.Object
com.frostwire.jlibtorrent.TorrentFlags
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final torrent_flags_tstatic final torrent_flags_tstatic final torrent_flags_tstatic final torrent_flags_tSet this flag to disable DHT for this torrent.static final torrent_flags_tSet this flag to disable local service discovery for this torrent.static final torrent_flags_tSet this flag to disable peer exchange for this torrent.static final torrent_flags_tstatic final torrent_flags_tIf this flag is set (which it is by default) the torrent will be considered needing to save its resume data immediately as it's added.static final torrent_flags_tstatic final torrent_flags_tstatic final torrent_flags_tstatic final torrent_flags_tstatic final torrent_flags_tstatic final torrent_flags_tstatic final torrent_flags_tstatic final torrent_flags_tstatic final torrent_flags_tstatic final torrent_flags_t -
Method Summary
-
Field Details
-
SEED_MODE
-
UPLOAD_MODE
-
SHARE_MODE
-
APPLY_IP_FILTER
-
PAUSED
-
AUTO_MANAGED
-
DUPLICATE_IS_ERROR
-
UPDATE_SUBSCRIBE
-
SUPER_SEEDING
-
SEQUENTIAL_DOWNLOAD
-
STOP_WHEN_READY
-
OVERRIDE_TRACKERS
-
OVERRIDE_WEB_SEEDS
-
NEED_SAVE_RESUME
If this flag is set (which it is by default) the torrent will be considered needing to save its resume data immediately as it's added. New torrents that don't have any resume data should do that. This flag is cleared by a successful call to save_resume_data() -
DISABLE_DHT
Set this flag to disable DHT for this torrent. This lets you have the DHT enabled for the whole client, and still have specific torrents not participating in it. i.e. not announcing to the DHT nor picking up peers from it. -
DISABLE_LSD
Set this flag to disable local service discovery for this torrent. -
DISABLE_PEX
Set this flag to disable peer exchange for this torrent. -
ALL
-