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 TypeMethodDescriptionvoidTRHostListener.torrentAdded(TRHostTorrent t) voidTRHostListener.torrentChanged(TRHostTorrent t) voidTRHostListener.torrentRemoved(TRHostTorrent t) voidTRHostTorrentWillBeRemovedListener.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 TRHostTorrentFields in com.biglybt.core.tracker.host.impl with type parameters of type TRHostTorrentModifier and TypeFieldDescriptionprivate final Map<HashWrapper, TRHostTorrent> TRHostImpl.host_torrent_hash_mapprivate final Map<TOTorrent, TRHostTorrent> TRHostImpl.host_torrent_mapprivate final List<TRHostTorrent> TRHostImpl.host_torrentsMethods in com.biglybt.core.tracker.host.impl that return TRHostTorrentModifier and TypeMethodDescriptionprotected TRHostTorrentTRHostImpl.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 TRHostTorrentTRHostImpl.lookupHostTorrent(TOTorrent torrent) protected TRHostTorrentTRHostImpl.lookupHostTorrentViaHash(byte[] hash) TRHostImpl.publishTorrent(TOTorrent torrent) Methods in com.biglybt.core.tracker.host.impl with parameters of type TRHostTorrentModifier and TypeMethodDescriptionprotected TRTrackerAnnouncerTRHostImpl.getTrackerClient(TRHostTorrent host_torrent) protected voidTRHostImpl.hostTorrentStateChange(TRHostTorrent host_torrent) protected voidTRHostImpl.remove(TRHostTorrent host_torrent) Constructors in com.biglybt.core.tracker.host.impl with parameters of type TRHostTorrentModifierConstructorDescriptionprotectedTRHostTorrentRequestImpl(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 TypeMethodDescriptionvoidTrackerImpl.torrentAdded(TRHostTorrent t) voidTrackerImpl.torrentChanged(TRHostTorrent t) voidTrackerImpl.torrentRemoved(TRHostTorrent t) voidTrackerTorrentImpl.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 booleanTorrentCommand.performCommand(ConsoleInput ci, TRHostTorrent torrent, List<String> args) Stub for commands that operate on a hosted torrent rather than downloadmanagerprotected booleanTorrentHost.performCommand(ConsoleInput ci, TRHostTorrent torrent, List args) private voidTorrentCommand.performCommandIfAllowed(ConsoleInput ci, List args, TRHostTorrent torrent, String desc, String name) -
Uses of TRHostTorrent in com.biglybt.ui.swt.views
Subclasses with type arguments of type TRHostTorrent in com.biglybt.ui.swt.viewsFields 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 TypeMethodDescriptionvoidMyTrackerView.torrentAdded(TRHostTorrent host_torrent) voidMyTrackerView.torrentChanged(TRHostTorrent t) voidMyTrackerView.torrentRemoved(TRHostTorrent host_torrent)