Class TRTrackerServerProcessor

    • Constructor Detail

      • TRTrackerServerProcessor

        public TRTrackerServerProcessor()
    • Method Detail

      • processTrackerRequest

        protected TRTrackerServerTorrentImpl 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)
                                                            throws TRTrackerServerException
        Throws:
        TRTrackerServerException
      • addScrapeInterval

        protected void addScrapeInterval​(long interval,
                                         java.util.Map root)