Uses of Interface
com.biglybt.core.tracker.host.TRHostTorrent
-
Packages that use TRHostTorrent Package Description com.biglybt.core.tracker.host com.biglybt.core.tracker.host.impl com.biglybt.pifimpl.local.tracker com.biglybt.ui.console.commands com.biglybt.ui.swt.views -
-
Uses of TRHostTorrent in com.biglybt.core.tracker.host
Methods in com.biglybt.core.tracker.host that return TRHostTorrent Modifier and Type Method Description TRHostTorrent
TRHost. getHostTorrent(TOTorrent torrent)
returns the host torrent for the torrent if it exists, null otherwiseTRHostTorrent
TRHostTorrentRequest. getTorrent()
TRHostTorrent[]
TRHost. getTorrents()
TRHostTorrent
TRHost. hostTorrent(TOTorrent torrent, boolean persistent, boolean passive)
TRHostTorrent
TRHost. publishTorrent(TOTorrent torrent)
Methods in com.biglybt.core.tracker.host with parameters of type TRHostTorrent Modifier and Type Method Description void
TRHostListener. torrentAdded(TRHostTorrent t)
void
TRHostListener. torrentChanged(TRHostTorrent t)
void
TRHostListener. torrentRemoved(TRHostTorrent t)
void
TRHostTorrentWillBeRemovedListener. torrentWillBeRemoved(TRHostTorrent torrent)
-
Uses of TRHostTorrent in com.biglybt.core.tracker.host.impl
Classes in com.biglybt.core.tracker.host.impl that implement TRHostTorrent Modifier and Type Class Description class
TRHostTorrentHostImpl
class
TRHostTorrentPublishImpl
Fields in com.biglybt.core.tracker.host.impl declared as TRHostTorrent Modifier and Type Field Description protected TRHostTorrent
TRHostTorrentRequestImpl. torrent
Methods in com.biglybt.core.tracker.host.impl that return TRHostTorrent Modifier and Type Method Description protected TRHostTorrent
TRHostImpl. addTorrent(TOTorrent torrent, int state, boolean persistent, boolean passive, long date_added)
TRHostTorrent
TRHostImpl. getHostTorrent(TOTorrent torrent)
TRHostTorrent
TRHostTorrentRequestImpl. getTorrent()
TRHostTorrent[]
TRHostImpl. getTorrents()
TRHostTorrent
TRHostImpl. hostTorrent(TOTorrent torrent, boolean persistent, boolean passive)
protected TRHostTorrent
TRHostImpl. lookupHostTorrent(TOTorrent torrent)
protected TRHostTorrent
TRHostImpl. lookupHostTorrentViaHash(byte[] hash)
TRHostTorrent
TRHostImpl. publishTorrent(TOTorrent torrent)
Methods in com.biglybt.core.tracker.host.impl with parameters of type TRHostTorrent Modifier and Type Method Description protected TRTrackerAnnouncer
TRHostImpl. getTrackerClient(TRHostTorrent host_torrent)
protected void
TRHostImpl. hostTorrentStateChange(TRHostTorrent host_torrent)
protected void
TRHostImpl. remove(TRHostTorrent host_torrent)
Constructors in com.biglybt.core.tracker.host.impl with parameters of type TRHostTorrent Constructor Description TRHostTorrentRequestImpl(TRHostTorrent _torrent, TRHostPeer _peer, TRTrackerServerRequest _request)
-
Uses of TRHostTorrent in com.biglybt.pifimpl.local.tracker
Fields in com.biglybt.pifimpl.local.tracker declared as TRHostTorrent Modifier and Type Field Description protected TRHostTorrent
TrackerTorrentImpl. host_torrent
Methods in com.biglybt.pifimpl.local.tracker that return TRHostTorrent Modifier and Type Method Description TRHostTorrent
TrackerTorrentImpl. getHostTorrent()
Methods in com.biglybt.pifimpl.local.tracker with parameters of type TRHostTorrent Modifier and Type Method Description void
TrackerImpl. torrentAdded(TRHostTorrent t)
void
TrackerImpl. torrentChanged(TRHostTorrent t)
void
TrackerImpl. torrentRemoved(TRHostTorrent t)
void
TrackerTorrentImpl. torrentWillBeRemoved(TRHostTorrent t)
Constructors in com.biglybt.pifimpl.local.tracker with parameters of type TRHostTorrent Constructor Description TrackerTorrentImpl(TRHostTorrent _host_torrent)
-
Uses of TRHostTorrent in com.biglybt.ui.console.commands
Methods in com.biglybt.ui.console.commands with parameters of type TRHostTorrent Modifier and Type Method Description protected boolean
TorrentCommand. performCommand(ConsoleInput ci, TRHostTorrent torrent, java.util.List<java.lang.String> args)
Stub for commands that operate on a hosted torrent rather than downloadmanagerprotected boolean
TorrentHost. performCommand(ConsoleInput ci, TRHostTorrent torrent, java.util.List args)
private void
TorrentCommand. performCommandIfAllowed(ConsoleInput ci, java.util.List args, TRHostTorrent torrent, java.lang.String desc, java.lang.String name)
-
Uses of TRHostTorrent in com.biglybt.ui.swt.views
Fields in com.biglybt.ui.swt.views with type parameters of type TRHostTorrent Modifier and Type Field Description private TableViewSWT<TRHostTorrent>
MyTrackerView. tv
Methods in com.biglybt.ui.swt.views that return types with arguments of type TRHostTorrent Modifier and Type Method Description TableViewSWT<TRHostTorrent>
MyTrackerView. initYourTableView()
Methods in com.biglybt.ui.swt.views with parameters of type TRHostTorrent Modifier and Type Method Description void
MyTrackerView. torrentAdded(TRHostTorrent host_torrent)
void
MyTrackerView. torrentChanged(TRHostTorrent t)
void
MyTrackerView. torrentRemoved(TRHostTorrent host_torrent)
-