Uses of Class
com.biglybt.core.tracker.server.impl.TRTrackerServerImpl
Packages that use TRTrackerServerImpl
Package
Description
-
Uses of TRTrackerServerImpl in com.biglybt.core.tracker.server.impl
Fields in com.biglybt.core.tracker.server.impl declared as TRTrackerServerImplModifier and TypeFieldDescriptionprivate TRTrackerServerImpl
TRTrackerServerProcessor.server
protected final TRTrackerServerImpl
TRTrackerServerRequestImpl.server
private final TRTrackerServerImpl
TRTrackerServerStatsImpl.server
private final TRTrackerServerImpl
TRTrackerServerTorrentImpl.server
Methods in com.biglybt.core.tracker.server.impl with parameters of type TRTrackerServerImplModifier and TypeMethodDescriptionprotected static void
TRTrackerServerFactoryImpl.close
(TRTrackerServerImpl server) protected TRTrackerServerTorrentImpl
TRTrackerServerProcessor.processTrackerRequest
(TRTrackerServerImpl _server, String request, Map[] root_out, TRTrackerServerPeerImpl[] peer_out, int _request_type, byte[][] hashes, String link, String scrape_flags, HashWrapper peer_id, boolean no_peer_id, byte compact_mode, String key, String event, boolean stop_to_queue, int port, int udp_port, int http_port, String real_ip_address, 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) Constructors in com.biglybt.core.tracker.server.impl with parameters of type TRTrackerServerImplModifierConstructorDescriptionTRTrackerServerRequestImpl
(TRTrackerServerImpl _server, TRTrackerServerPeer _peer, TRTrackerServerTorrent _torrent, int _type, String _request, Map _response) protected
TRTrackerServerTorrentImpl
(TRTrackerServerImpl _server, HashWrapper _hash, boolean _enabled) -
Uses of TRTrackerServerImpl in com.biglybt.core.tracker.server.impl.dht
Subclasses of TRTrackerServerImpl in com.biglybt.core.tracker.server.impl.dht -
Uses of TRTrackerServerImpl in com.biglybt.core.tracker.server.impl.tcp
Subclasses of TRTrackerServerImpl in com.biglybt.core.tracker.server.impl.tcp -
Uses of TRTrackerServerImpl in com.biglybt.core.tracker.server.impl.tcp.blocking
Subclasses of TRTrackerServerImpl in com.biglybt.core.tracker.server.impl.tcp.blocking -
Uses of TRTrackerServerImpl in com.biglybt.core.tracker.server.impl.tcp.nonblocking
Subclasses of TRTrackerServerImpl in com.biglybt.core.tracker.server.impl.tcp.nonblocking -
Uses of TRTrackerServerImpl in com.biglybt.core.tracker.server.impl.udp
Subclasses of TRTrackerServerImpl in com.biglybt.core.tracker.server.impl.udp