Uses of Interface
com.biglybt.core.tracker.host.TRHostTorrent
Packages that use TRHostTorrent
Package
Description
-
Uses of TRHostTorrent in com.biglybt.core.tracker.host
Methods in com.biglybt.core.tracker.host that return TRHostTorrentModifier and TypeMethodDescriptionTRHost.getHostTorrent
(TOTorrent torrent) returns the host torrent for the torrent if it exists, null otherwiseTRHostTorrentRequest.getTorrent()
TRHost.getTorrents()
TRHost.hostTorrent
(TOTorrent torrent, boolean persistent, boolean passive) TRHost.publishTorrent
(TOTorrent torrent) Methods in com.biglybt.core.tracker.host with parameters of type TRHostTorrentModifier and TypeMethodDescriptionvoid
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 TRHostTorrentFields in com.biglybt.core.tracker.host.impl declared as TRHostTorrentMethods in com.biglybt.core.tracker.host.impl that return TRHostTorrentModifier and TypeMethodDescriptionprotected TRHostTorrent
TRHostImpl.addTorrent
(TOTorrent torrent, int state, boolean persistent, boolean passive, long date_added) TRHostImpl.getHostTorrent
(TOTorrent torrent) TRHostTorrentRequestImpl.getTorrent()
TRHostImpl.getTorrents()
TRHostImpl.hostTorrent
(TOTorrent torrent, boolean persistent, boolean passive) protected TRHostTorrent
TRHostImpl.lookupHostTorrent
(TOTorrent torrent) protected TRHostTorrent
TRHostImpl.lookupHostTorrentViaHash
(byte[] hash) TRHostImpl.publishTorrent
(TOTorrent torrent) Methods in com.biglybt.core.tracker.host.impl with parameters of type TRHostTorrentModifier and TypeMethodDescriptionprotected 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 TRHostTorrentModifierConstructorDescriptionprotected
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 TRHostTorrentMethods in com.biglybt.pifimpl.local.tracker that return TRHostTorrentMethods in com.biglybt.pifimpl.local.tracker with parameters of type TRHostTorrentModifier and TypeMethodDescriptionvoid
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 -
Uses of TRHostTorrent in com.biglybt.ui.console.commands
Methods in com.biglybt.ui.console.commands with parameters of type TRHostTorrentModifier and TypeMethodDescriptionprotected boolean
TorrentCommand.performCommand
(ConsoleInput ci, TRHostTorrent torrent, List<String> args) Stub for commands that operate on a hosted torrent rather than downloadmanagerprotected boolean
TorrentHost.performCommand
(ConsoleInput ci, TRHostTorrent torrent, List args) private void
TorrentCommand.performCommandIfAllowed
(ConsoleInput ci, List args, TRHostTorrent torrent, String desc, String name) -
Uses of TRHostTorrent in com.biglybt.ui.swt.views
Fields in com.biglybt.ui.swt.views with type parameters of type TRHostTorrentMethods in com.biglybt.ui.swt.views that return types with arguments of type TRHostTorrentMethods in com.biglybt.ui.swt.views with parameters of type TRHostTorrentModifier and TypeMethodDescriptionvoid
MyTrackerView.torrentAdded
(TRHostTorrent host_torrent) void
MyTrackerView.torrentChanged
(TRHostTorrent t) void
MyTrackerView.torrentRemoved
(TRHostTorrent host_torrent)