Class TorrentFlags

java.lang.Object
com.frostwire.jlibtorrent.TorrentFlags

public final class TorrentFlags extends Object
  • Field Details

    • SEED_MODE

      public static final torrent_flags_t SEED_MODE
    • UPLOAD_MODE

      public static final torrent_flags_t UPLOAD_MODE
    • SHARE_MODE

      public static final torrent_flags_t SHARE_MODE
    • APPLY_IP_FILTER

      public static final torrent_flags_t APPLY_IP_FILTER
    • PAUSED

      public static final torrent_flags_t PAUSED
    • AUTO_MANAGED

      public static final torrent_flags_t AUTO_MANAGED
    • DUPLICATE_IS_ERROR

      public static final torrent_flags_t DUPLICATE_IS_ERROR
    • UPDATE_SUBSCRIBE

      public static final torrent_flags_t UPDATE_SUBSCRIBE
    • SUPER_SEEDING

      public static final torrent_flags_t SUPER_SEEDING
    • SEQUENTIAL_DOWNLOAD

      public static final torrent_flags_t SEQUENTIAL_DOWNLOAD
    • STOP_WHEN_READY

      public static final torrent_flags_t STOP_WHEN_READY
    • OVERRIDE_TRACKERS

      public static final torrent_flags_t OVERRIDE_TRACKERS
    • OVERRIDE_WEB_SEEDS

      public static final torrent_flags_t OVERRIDE_WEB_SEEDS
    • NEED_SAVE_RESUME

      public static final torrent_flags_t 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

      public static final torrent_flags_t 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

      public static final torrent_flags_t DISABLE_LSD
      Set this flag to disable local service discovery for this torrent.
    • DISABLE_PEX

      public static final torrent_flags_t DISABLE_PEX
      Set this flag to disable peer exchange for this torrent.
    • ALL

      public static final torrent_flags_t ALL