Uses of Class
com.biglybt.core.tracker.server.impl.TRTrackerServerImpl
-
-
Uses of TRTrackerServerImpl in com.biglybt.core.tracker.server.impl
Fields in com.biglybt.core.tracker.server.impl declared as TRTrackerServerImpl Modifier and Type Field Description private TRTrackerServerImpl
TRTrackerServerProcessor. server
protected TRTrackerServerImpl
TRTrackerServerRequestImpl. server
private TRTrackerServerImpl
TRTrackerServerStatsImpl. server
private TRTrackerServerImpl
TRTrackerServerTorrentImpl. server
Methods in com.biglybt.core.tracker.server.impl with parameters of type TRTrackerServerImpl Modifier and Type Method Description protected static void
TRTrackerServerFactoryImpl. close(TRTrackerServerImpl server)
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)
Constructors in com.biglybt.core.tracker.server.impl with parameters of type TRTrackerServerImpl Constructor Description TRTrackerServerRequestImpl(TRTrackerServerImpl _server, TRTrackerServerPeer _peer, TRTrackerServerTorrent _torrent, int _type, java.lang.String _request, java.util.Map _response)
TRTrackerServerStatsImpl(TRTrackerServerImpl _server)
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 Modifier and Type Class Description class
TRTrackerServerDHT
-
Uses of TRTrackerServerImpl in com.biglybt.core.tracker.server.impl.tcp
Subclasses of TRTrackerServerImpl in com.biglybt.core.tracker.server.impl.tcp Modifier and Type Class Description class
TRTrackerServerTCP
-
Uses of TRTrackerServerImpl in com.biglybt.core.tracker.server.impl.tcp.blocking
Subclasses of TRTrackerServerImpl in com.biglybt.core.tracker.server.impl.tcp.blocking Modifier and Type Class Description class
TRBlockingServer
-
Uses of TRTrackerServerImpl in com.biglybt.core.tracker.server.impl.tcp.nonblocking
Subclasses of TRTrackerServerImpl in com.biglybt.core.tracker.server.impl.tcp.nonblocking Modifier and Type Class Description class
TRNonBlockingServer
-
Uses of TRTrackerServerImpl in com.biglybt.core.tracker.server.impl.udp
Subclasses of TRTrackerServerImpl in com.biglybt.core.tracker.server.impl.udp Modifier and Type Class Description class
TRTrackerServerUDP
-