Class TorrentDownloaderFactory.TorrentDownloadRetrier

java.lang.Object
com.biglybt.core.torrentdownloader.TorrentDownloaderFactory.TorrentDownloadRetrier
All Implemented Interfaces:
TorrentDownloader
Enclosing class:
TorrentDownloaderFactory

private static class TorrentDownloaderFactory.TorrentDownloadRetrier extends Object implements TorrentDownloader
  • Field Details

    • url

      private final String url
    • referrer

      private final String referrer
    • request_properties

      private final Map request_properties
    • fileordir

      private final String fileordir
    • delegate

      private volatile TorrentDownloaderImpl delegate
    • cancelled

      private volatile boolean cancelled
    • sdp_set

      private volatile boolean sdp_set
    • sdp_path

      private volatile String sdp_path
    • sdp_file

      private volatile String sdp_file
    • dfoc_set

      private volatile boolean dfoc_set
    • dfoc

      private volatile boolean dfoc
    • irc_set

      private volatile boolean irc_set
    • irc

      private volatile boolean irc
    • original_error

      private volatile String original_error
  • Constructor Details

  • Method Details