Uses of Interface
com.biglybt.core.tracker.client.TRTrackerAnnouncerFactory.DataProvider
-
Packages that use TRTrackerAnnouncerFactory.DataProvider Package Description com.biglybt.core.tracker.client com.biglybt.core.tracker.client.impl -
-
Uses of TRTrackerAnnouncerFactory.DataProvider in com.biglybt.core.tracker.client
Methods in com.biglybt.core.tracker.client with parameters of type TRTrackerAnnouncerFactory.DataProvider Modifier and Type Method Description static TRTrackerAnnouncer
TRTrackerAnnouncerFactory. create(TOTorrent torrent, TRTrackerAnnouncerFactory.DataProvider provider)
-
Uses of TRTrackerAnnouncerFactory.DataProvider in com.biglybt.core.tracker.client.impl
Fields in com.biglybt.core.tracker.client.impl declared as TRTrackerAnnouncerFactory.DataProvider Modifier and Type Field Description private TRTrackerAnnouncerFactory.DataProvider
TRTrackerAnnouncerMuxer. f_provider
Methods in com.biglybt.core.tracker.client.impl with parameters of type TRTrackerAnnouncerFactory.DataProvider Modifier and Type Method Description static TRTrackerAnnouncer
TRTrackerAnnouncerFactoryImpl. create(TOTorrent torrent, TRTrackerAnnouncerFactory.DataProvider provider, boolean manual)
Constructors in com.biglybt.core.tracker.client.impl with parameters of type TRTrackerAnnouncerFactory.DataProvider Constructor Description TRTrackerAnnouncerMuxer(TOTorrent _torrent, TRTrackerAnnouncerFactory.DataProvider _f_provider, boolean _manual)
-