Uses of Class
com.biglybt.core.tracker.client.TRTrackerAnnouncerException
-
-
Uses of TRTrackerAnnouncerException in com.biglybt.core.lws
Methods in com.biglybt.core.lws that throw TRTrackerAnnouncerException Modifier and Type Method Description protected TRTrackerAnnouncer
LightWeightSeed. createAnnouncer()
-
Uses of TRTrackerAnnouncerException in com.biglybt.core.tracker.client
Methods in com.biglybt.core.tracker.client that throw TRTrackerAnnouncerException Modifier and Type Method Description static TRTrackerAnnouncer
TRTrackerAnnouncerFactory. create(TOTorrent torrent)
static TRTrackerAnnouncer
TRTrackerAnnouncerFactory. create(TOTorrent torrent, boolean manual)
static TRTrackerAnnouncer
TRTrackerAnnouncerFactory. create(TOTorrent torrent, TRTrackerAnnouncerFactory.DataProvider provider)
-
Uses of TRTrackerAnnouncerException in com.biglybt.core.tracker.client.impl
Methods in com.biglybt.core.tracker.client.impl that throw TRTrackerAnnouncerException Modifier and Type Method Description static TRTrackerAnnouncer
TRTrackerAnnouncerFactoryImpl. create(TOTorrent torrent, TRTrackerAnnouncerFactory.DataProvider provider, boolean manual)
private TRTrackerAnnouncerHelper
TRTrackerAnnouncerMuxer. create(TOTorrent torrent, java.lang.String[] networks, TOTorrentAnnounceURLSet[] sets)
protected void
TRTrackerAnnouncerMuxer. split(boolean first_time)
Constructors in com.biglybt.core.tracker.client.impl that throw TRTrackerAnnouncerException Constructor Description TRTrackerAnnouncerImpl(TOTorrent _torrent)
TRTrackerAnnouncerMuxer(TOTorrent _torrent, TRTrackerAnnouncerFactory.DataProvider _f_provider, boolean _manual)
-
Uses of TRTrackerAnnouncerException in com.biglybt.core.tracker.client.impl.bt
Constructors in com.biglybt.core.tracker.client.impl.bt that throw TRTrackerAnnouncerException Constructor Description TRTrackerBTAnnouncerImpl(HashWrapper _torrent_hash_override, TOTorrent _torrent, TOTorrentAnnounceURLSet[] _announce_urls, java.lang.String[] _peer_networks, boolean _manual, TRTrackerAnnouncerImpl.Helper _helper)
-
Uses of TRTrackerAnnouncerException in com.biglybt.core.tracker.client.impl.dht
Constructors in com.biglybt.core.tracker.client.impl.dht that throw TRTrackerAnnouncerException Constructor Description TRTrackerDHTAnnouncerImpl(TOTorrent _torrent, java.lang.String[] _networks, boolean _manual, TRTrackerAnnouncerImpl.Helper _helper)
-