Uses of Interface
com.biglybt.core.tracker.server.TRTrackerServerTorrent
-
-
Uses of TRTrackerServerTorrent in com.biglybt.core.tracker.host
Methods in com.biglybt.core.tracker.host that return TRTrackerServerTorrent Modifier and Type Method Description TRTrackerServerTorrent
TRHostTorrent. getTrackerTorrent()
-
Uses of TRTrackerServerTorrent in com.biglybt.core.tracker.host.impl
Fields in com.biglybt.core.tracker.host.impl declared as TRTrackerServerTorrent Modifier and Type Field Description private TRTrackerServerTorrent
TRHostTorrentHostImpl. server_torrent
Methods in com.biglybt.core.tracker.host.impl that return TRTrackerServerTorrent Modifier and Type Method Description TRTrackerServerTorrent
TRHostTorrentHostImpl. getTrackerTorrent()
TRTrackerServerTorrent
TRHostTorrentPublishImpl. getTrackerTorrent()
-
Uses of TRTrackerServerTorrent in com.biglybt.core.tracker.server
Methods in com.biglybt.core.tracker.server that return TRTrackerServerTorrent Modifier and Type Method Description TRTrackerServerTorrent
TRTrackerServerTorrent. addLink(java.lang.String link)
TRTrackerServerTorrent
TRTrackerServerRequest. getTorrent()
TRTrackerServerTorrent
TRTrackerServer. permit(java.lang.String originator, byte[] hash, boolean explicit)
TRTrackerServerTorrent
TRTrackerServer. permit(java.lang.String originator, byte[] hash, boolean explicit, boolean enabled)
Methods in com.biglybt.core.tracker.server with parameters of type TRTrackerServerTorrent Modifier and Type Method Description void
TRTrackerServerTorrentListener. deleted(TRTrackerServerTorrent torrent)
java.util.Map
TRTrackerServerTorrentPeerListener. eventOccurred(TRTrackerServerTorrent torrent, TRTrackerServerPeer peer, int event, java.lang.String url_parameters)
-
Uses of TRTrackerServerTorrent in com.biglybt.core.tracker.server.impl
Classes in com.biglybt.core.tracker.server.impl that implement TRTrackerServerTorrent Modifier and Type Class Description class
TRTrackerServerTorrentImpl
Fields in com.biglybt.core.tracker.server.impl declared as TRTrackerServerTorrent Modifier and Type Field Description protected TRTrackerServerTorrent
TRTrackerServerRequestImpl. torrent
Methods in com.biglybt.core.tracker.server.impl that return TRTrackerServerTorrent Modifier and Type Method Description TRTrackerServerTorrent
TRTrackerServerImpl. addLink(java.lang.String link, TRTrackerServerTorrent target)
TRTrackerServerTorrent
TRTrackerServerTorrentImpl. addLink(java.lang.String link)
TRTrackerServerTorrent
TRTrackerServerRequestImpl. getTorrent()
TRTrackerServerTorrent
TRTrackerServerImpl. permit(java.lang.String _originator, byte[] _hash, boolean _explicit)
TRTrackerServerTorrent
TRTrackerServerImpl. permit(java.lang.String _originator, byte[] _hash, boolean _explicit, boolean _enabled)
Methods in com.biglybt.core.tracker.server.impl with parameters of type TRTrackerServerTorrent Modifier and Type Method Description TRTrackerServerTorrent
TRTrackerServerImpl. addLink(java.lang.String link, TRTrackerServerTorrent target)
void
TRTrackerServerImpl. preProcess(TRTrackerServerPeer peer, TRTrackerServerTorrent torrent, int type, java.lang.String request, java.util.Map response)
void
TRTrackerServerImpl. removeLink(java.lang.String link, TRTrackerServerTorrent target)
Constructors in com.biglybt.core.tracker.server.impl with parameters of type TRTrackerServerTorrent Constructor Description TRTrackerServerRequestImpl(TRTrackerServerImpl _server, TRTrackerServerPeer _peer, TRTrackerServerTorrent _torrent, int _type, java.lang.String _request, java.util.Map _response)
-
Uses of TRTrackerServerTorrent in com.biglybt.pifimpl.local
Methods in com.biglybt.pifimpl.local that return TRTrackerServerTorrent Modifier and Type Method Description static TRTrackerServerTorrent
PluginCoreUtils. unwrap(TrackerTorrent torrent)
-