Uses of Class
com.biglybt.core.tracker.server.impl.TRTrackerServerTorrentImpl
-
Packages that use TRTrackerServerTorrentImpl Package Description com.biglybt.core.tracker.server.impl -
-
Uses of TRTrackerServerTorrentImpl in com.biglybt.core.tracker.server.impl
Fields in com.biglybt.core.tracker.server.impl declared as TRTrackerServerTorrentImpl Modifier and Type Field Description private TRTrackerServerTorrentImpl
TRTrackerServerTorrentStatsImpl. torrent
Methods in com.biglybt.core.tracker.server.impl that return TRTrackerServerTorrentImpl Modifier and Type Method Description TRTrackerServerTorrentImpl
TRTrackerServerImpl. getTorrent(byte[] hash)
TRTrackerServerTorrentImpl
TRTrackerServerImpl. getTorrent(java.lang.String link)
TRTrackerServerTorrentImpl[]
TRTrackerServerImpl. getTorrents()
protected TRTrackerServerTorrentImpl
TRTrackerServerProcessor. processTrackerRequest(TRTrackerServerImpl _server, java.lang.String request, java.util.Map[] root_out, TRTrackerServerPeerImpl[] peer_out, int _request_type, byte[][] hashes, java.lang.String link, java.lang.String scrape_flags, HashWrapper peer_id, boolean no_peer_id, byte compact_mode, java.lang.String key, java.lang.String event, boolean stop_to_queue, int port, int udp_port, int http_port, java.lang.String real_ip_address, java.lang.String original_client_ip_address, long downloaded, long uploaded, long left, int num_want, byte crypto_level, byte az_ver, int up_speed, DHTNetworkPosition network_position)
Methods in com.biglybt.core.tracker.server.impl with parameters of type TRTrackerServerTorrentImpl Modifier and Type Method Description protected void
TRTrackerServerProcessor. addScrapeInterval(TRTrackerServerTorrentImpl torrent, java.util.Map root)
long
TRTrackerServerImpl. getAnnounceRetryInterval(TRTrackerServerTorrentImpl torrent)
long
TRTrackerServerImpl. getScrapeRetryInterval(TRTrackerServerTorrentImpl torrent)
void
TRTrackerServerImpl. postProcess(TRTrackerServerPeer peer, TRTrackerServerTorrentImpl torrent, int type, java.lang.String request, java.util.Map response)
void
TRTrackerServerImpl. updateStats(int request_type, TRTrackerServerTorrentImpl torrent, int bytes_in, int bytes_out)
Constructors in com.biglybt.core.tracker.server.impl with parameters of type TRTrackerServerTorrentImpl Constructor Description TRTrackerServerTorrentStatsImpl(TRTrackerServerTorrentImpl _torrent)
-