Uses of Class
com.biglybt.pif.torrent.TorrentException
-
Packages that use TorrentException Package Description com.biglybt.pif.torrent com.biglybt.pifimpl.local.torrent com.biglybt.pifimpl.remote.torrent -
-
Uses of TorrentException in com.biglybt.pif.torrent
Subclasses of TorrentException in com.biglybt.pif.torrent Modifier and Type Class Description class
TorrentEncodingException
Methods in com.biglybt.pif.torrent with parameters of type TorrentException Modifier and Type Method Description void
TorrentCreatorListener. failed(TorrentException cause)
Methods in com.biglybt.pif.torrent that throw TorrentException Modifier and Type Method Description Torrent
TorrentManager. createFromBEncodedData(byte[] data)
decodes a torrent encoded using the normal "bencoding" rules from a byte arrayTorrent
TorrentManager. createFromBEncodedData(byte[] data, int preserve)
decodes a torrent encoded using the normal "bencoding" rules from a byte arrayTorrent
TorrentManager. createFromBEncodedFile(java.io.File file)
decodes a torrent encoded using the normal "bencoding" rules from a fileTorrent
TorrentManager. createFromBEncodedFile(java.io.File file, boolean for_seeding)
decodes a torrent encoded using the normal "bencoding" rules from a file but discards the piece hashes to save memory.Torrent
TorrentManager. createFromBEncodedFile(java.io.File file, int preserve)
decodes a torrent encoded using the normal "bencoding" rules from a fileTorrent
TorrentManager. createFromBEncodedInputStream(java.io.InputStream data)
decodes a torrent encoded using the normal "bencoding" rules from an InputStreamTorrent
TorrentManager. createFromBEncodedInputStream(java.io.InputStream data, int preserve)
decodes a torrent encoded using the normal "bencoding" rules from an InputStreamTorrent
TorrentManager. createFromDataFile(java.io.File data, java.net.URL announce_url)
creates a new torrent from an input fileTorrent
TorrentManager. createFromDataFile(java.io.File data, java.net.URL announce_url, boolean include_other_hashes)
TorrentCreator
TorrentManager. createFromDataFileEx(java.io.File data, java.net.URL announce_url, boolean include_other_hashes)
Torrent
TorrentDownloader. download()
Downloads and prompts the user/guesses the torrent encodingTorrent
TorrentDownloader. download(java.lang.String encoding)
Downloads and tries to use the supplied encoding.Torrent
Torrent. getClone()
java.net.URL
Torrent. getMagnetURI()
Gets the magnet URI for the torrent - throws exception if not availablejava.lang.Object
TorrentDownloader. getRequestProperty(java.lang.String key)
TorrentDownloader
TorrentManager. getURLDownloader(java.net.URL url)
TorrentDownloader
TorrentManager. getURLDownloader(java.net.URL url, java.lang.String user_name, java.lang.String password)
void
Torrent. save()
Saves the torrent to its persistent locationvoid
Torrent. setComplete(java.io.File data_dir)
sets the torrent complete - i.e.void
TorrentDownloader. setRequestProperty(java.lang.String key, java.lang.Object value)
byte[]
Torrent. writeToBEncodedData()
void
Torrent. writeToFile(java.io.File file)
java.util.Map
Torrent. writeToMap()
-
Uses of TorrentException in com.biglybt.pifimpl.local.torrent
Methods in com.biglybt.pifimpl.local.torrent that throw TorrentException Modifier and Type Method Description Torrent
TorrentManagerImpl. createFromBEncodedData(byte[] data)
Torrent
TorrentManagerImpl. createFromBEncodedData(byte[] data, int preserve)
Torrent
TorrentManagerImpl. createFromBEncodedFile(java.io.File file)
Torrent
TorrentManagerImpl. createFromBEncodedFile(java.io.File file, boolean for_seeding)
Torrent
TorrentManagerImpl. createFromBEncodedFile(java.io.File file, int preserve)
Torrent
TorrentManagerImpl. createFromBEncodedInputStream(java.io.InputStream data)
Torrent
TorrentManagerImpl. createFromBEncodedInputStream(java.io.InputStream data, int preserve)
Torrent
TorrentManagerImpl. createFromDataFile(java.io.File data, java.net.URL announce_url)
Torrent
TorrentManagerImpl. createFromDataFile(java.io.File data, java.net.URL announce_url, boolean include_other_hashes)
TorrentCreator
TorrentManagerImpl. createFromDataFileEx(java.io.File data, java.net.URL announce_url, boolean include_other_hashes)
Torrent
TorrentDownloaderImpl. download()
Torrent
TorrentDownloaderImpl. download(java.lang.String encoding)
private Torrent
TorrentDownloaderImpl. downloadSupport(ResourceDownloader downloader)
Torrent
TorrentImpl. getClone()
java.net.URL
TorrentImpl. getMagnetURI()
java.lang.Object
TorrentDownloaderImpl. getRequestProperty(java.lang.String key)
TorrentDownloader
TorrentManagerImpl. getURLDownloader(java.net.URL url)
TorrentDownloader
TorrentManagerImpl. getURLDownloader(java.net.URL url, java.lang.String user_name, java.lang.String password)
void
TorrentImpl. save()
void
TorrentImpl. setComplete(java.io.File data_dir)
void
TorrentDownloaderImpl. setRequestProperty(java.lang.String key, java.lang.Object value)
protected void
TorrentManagerImpl. tryToSetDefaultTorrentEncoding(TOTorrent torrent)
byte[]
TorrentImpl. writeToBEncodedData()
void
TorrentImpl. writeToFile(java.io.File file)
java.util.Map
TorrentImpl. writeToMap()
-
Uses of TorrentException in com.biglybt.pifimpl.remote.torrent
Methods in com.biglybt.pifimpl.remote.torrent that throw TorrentException Modifier and Type Method Description Torrent
RPTorrentManager. createFromBEncodedData(byte[] data)
Torrent
RPTorrentManager. createFromBEncodedData(byte[] data, int preserve)
Torrent
RPTorrentManager. createFromBEncodedFile(java.io.File file)
Torrent
RPTorrentManager. createFromBEncodedFile(java.io.File file, boolean for_seeding)
Torrent
RPTorrentManager. createFromBEncodedFile(java.io.File file, int preserve)
Torrent
RPTorrentManager. createFromBEncodedInputStream(java.io.InputStream data)
Torrent
RPTorrentManager. createFromBEncodedInputStream(java.io.InputStream data, int preserve)
Torrent
RPTorrentManager. createFromDataFile(java.io.File data, java.net.URL announce_url)
Torrent
RPTorrentManager. createFromDataFile(java.io.File data, java.net.URL announce_url, boolean include_other_hashes)
TorrentCreator
RPTorrentManager. createFromDataFileEx(java.io.File data, java.net.URL announce_url, boolean include_other_hashes)
Torrent
RPTorrentDownloader. download()
Torrent
RPTorrentDownloader. download(java.lang.String encoding)
Torrent
RPTorrent. getClone()
java.lang.Object
RPTorrentDownloader. getRequestProperty(java.lang.String key)
TorrentDownloader
RPTorrentManager. getURLDownloader(java.net.URL url)
TorrentDownloader
RPTorrentManager. getURLDownloader(java.net.URL url, java.lang.String user_name, java.lang.String password)
void
RPTorrent. save()
void
RPTorrent. setComplete(java.io.File data_dir)
void
RPTorrentDownloader. setRequestProperty(java.lang.String key, java.lang.Object value)
byte[]
RPTorrent. writeToBEncodedData()
void
RPTorrent. writeToFile(java.io.File file)
java.util.Map
RPTorrent. writeToMap()
-