Uses of Interface
com.biglybt.core.tracker.server.TRTrackerServerTorrent
Packages that use TRTrackerServerTorrent
Package
Description
-
Uses of TRTrackerServerTorrent in com.biglybt.core.tracker.host
Methods in com.biglybt.core.tracker.host that return TRTrackerServerTorrent -
Uses of TRTrackerServerTorrent in com.biglybt.core.tracker.host.impl
Fields in com.biglybt.core.tracker.host.impl declared as TRTrackerServerTorrentModifier and TypeFieldDescriptionprivate TRTrackerServerTorrent
TRHostTorrentHostImpl.server_torrent
Methods in com.biglybt.core.tracker.host.impl that return TRTrackerServerTorrentModifier and TypeMethodDescriptionTRHostTorrentHostImpl.getTrackerTorrent()
TRHostTorrentPublishImpl.getTrackerTorrent()
-
Uses of TRTrackerServerTorrent in com.biglybt.core.tracker.server
Methods in com.biglybt.core.tracker.server that return TRTrackerServerTorrentMethods in com.biglybt.core.tracker.server with parameters of type TRTrackerServerTorrentModifier and TypeMethodDescriptionvoid
TRTrackerServerTorrentListener.deleted
(TRTrackerServerTorrent torrent) TRTrackerServerTorrentPeerListener.eventOccurred
(TRTrackerServerTorrent torrent, TRTrackerServerPeer peer, int event, String url_parameters) -
Uses of TRTrackerServerTorrent in com.biglybt.core.tracker.server.impl
Classes in com.biglybt.core.tracker.server.impl that implement TRTrackerServerTorrentFields in com.biglybt.core.tracker.server.impl declared as TRTrackerServerTorrentModifier and TypeFieldDescriptionprotected final TRTrackerServerTorrent
TRTrackerServerRequestImpl.torrent
Methods in com.biglybt.core.tracker.server.impl that return TRTrackerServerTorrentModifier and TypeMethodDescriptionTRTrackerServerImpl.addLink
(String link, TRTrackerServerTorrent target) TRTrackerServerRequestImpl.getTorrent()
Methods in com.biglybt.core.tracker.server.impl with parameters of type TRTrackerServerTorrentModifier and TypeMethodDescriptionTRTrackerServerImpl.addLink
(String link, TRTrackerServerTorrent target) void
TRTrackerServerImpl.preProcess
(TRTrackerServerPeer peer, TRTrackerServerTorrent torrent, int type, String request, Map response) void
TRTrackerServerImpl.removeLink
(String link, TRTrackerServerTorrent target) Constructors in com.biglybt.core.tracker.server.impl with parameters of type TRTrackerServerTorrentModifierConstructorDescriptionTRTrackerServerRequestImpl
(TRTrackerServerImpl _server, TRTrackerServerPeer _peer, TRTrackerServerTorrent _torrent, int _type, String _request, Map _response) -
Uses of TRTrackerServerTorrent in com.biglybt.pifimpl.local
Methods in com.biglybt.pifimpl.local that return TRTrackerServerTorrentModifier and TypeMethodDescriptionstatic TRTrackerServerTorrent
PluginCoreUtils.unwrap
(TrackerTorrent torrent)