Uses of Class
com.biglybt.core.util.HashWrapper
-
-
Uses of HashWrapper in com.biglybt.core.dht
Methods in com.biglybt.core.dht with parameters of type HashWrapper Modifier and Type Method Description DHTStorageKey
DHTStorageAdapter. keyCreated(HashWrapper key, boolean local)
Create a new storage key for a given key -
Uses of HashWrapper in com.biglybt.core.dht.control.impl
Fields in com.biglybt.core.dht.control.impl with type parameters of type HashWrapper Modifier and Type Field Description private java.util.Map<HashWrapper,java.lang.Object>
DHTControlImpl. imported_state
private java.util.Map<HashWrapper,java.lang.Long>
DHTControlImpl. local_estimate_values
private java.util.Map<HashWrapper,byte[]>
DHTControlImpl. spoof_gen_history2
-
Uses of HashWrapper in com.biglybt.core.dht.db
Methods in com.biglybt.core.dht.db that return types with arguments of type HashWrapper Modifier and Type Method Description java.util.Iterator<HashWrapper>
DHTDB. getKeys()
Returns an iterator over HashWrapper values denoting the snapshot of keys Thus by the time a key is used the entry may no longer existMethods in com.biglybt.core.dht.db with parameters of type HashWrapper Modifier and Type Method Description DHTDBLookupResult
DHTDB. get(DHTTransportContact reader, HashWrapper key, int max_values, short flags, boolean external_request)
DHTDBValue
DHTDB. get(HashWrapper key)
Internal lookup for locally originated valuesjava.util.List<DHTDBValue>
DHTDB. getAllValues(HashWrapper key)
DHTDBValue
DHTDB. getAnyValue(HashWrapper key)
Returns a value for the given key (local or remote) if foundboolean
DHTDB. hasKey(HashWrapper key)
DHTDBValue
DHTDB. remove(DHTTransportContact sender, HashWrapper key)
Local remove - returns a value suitable for putting in the DHTbyte
DHTDB. store(DHTTransportContact sender, HashWrapper key, DHTTransportValue[] values)
Remote storeDHTDBValue
DHTDB. store(HashWrapper key, byte[] value, short flags, byte life_hours, byte replication_control)
Local store -
Uses of HashWrapper in com.biglybt.core.dht.db.impl
Fields in com.biglybt.core.dht.db.impl declared as HashWrapper Modifier and Type Field Description private HashWrapper
DHTDBMapping. key
Fields in com.biglybt.core.dht.db.impl with type parameters of type HashWrapper Modifier and Type Field Description (package private) java.util.Map<HashWrapper,DHTDBValueImpl>
DHTDBMapping. direct_originator_map_may_be_null
(package private) java.util.Map<HashWrapper,DHTDBValueImpl>
DHTDBMapping. indirect_originator_value_map
private java.util.Map<HashWrapper,DHTDBValueImpl>
DHTDBMapping.valueIterator. map
private java.util.List<java.util.Map<HashWrapper,DHTDBValueImpl>>
DHTDBMapping.valueIterator. maps
(package private) java.util.Map<HashWrapper,DHTDBMapping>
DHTDBImpl. stored_values
private java.util.Map<HashWrapper,java.lang.Long>
DHTDBImpl. survey_mapping_times
private java.util.Map<HashWrapper,DHTDBImpl.SurveyContactState>
DHTDBImpl. survey_state
Methods in com.biglybt.core.dht.db.impl that return HashWrapper Modifier and Type Method Description protected HashWrapper
DHTDBMapping. getKey()
private HashWrapper
DHTDBMapping. getOriginatorValueID(DHTDBValueImpl value)
Methods in com.biglybt.core.dht.db.impl that return types with arguments of type HashWrapper Modifier and Type Method Description protected java.util.Map<HashWrapper,DHTDBValueImpl>
DHTDBMapping. createLinkedMap()
java.util.Iterator<HashWrapper>
DHTDBImpl. getKeys()
Methods in com.biglybt.core.dht.db.impl with parameters of type HashWrapper Modifier and Type Method Description protected void
DHTDBMapping. addDirectValue(HashWrapper value_key, DHTDBValueImpl value)
protected void
DHTDBMapping. addIndirectValue(HashWrapper value_key, DHTDBValueImpl value)
DHTDBLookupResult
DHTDBImpl. get(DHTTransportContact reader, HashWrapper key, int max_values, short flags, boolean external_request)
DHTDBValue
DHTDBImpl. get(HashWrapper key)
java.util.List<DHTDBValue>
DHTDBImpl. getAllValues(HashWrapper key)
DHTDBValue
DHTDBImpl. getAnyValue(HashWrapper key)
boolean
DHTDBImpl. hasKey(HashWrapper key)
DHTStorageKey
DHTDBImpl.adapterFacade. keyCreated(HashWrapper key, boolean local)
DHTDBValue
DHTDBImpl. remove(DHTTransportContact originator, HashWrapper key)
protected DHTDBValueImpl
DHTDBMapping. removeDirectValue(HashWrapper value_key)
protected DHTDBValueImpl
DHTDBMapping. removeIndirectValue(HashWrapper value_key)
byte
DHTDBImpl. store(DHTTransportContact sender, HashWrapper key, DHTTransportValue[] values)
DHTDBValue
DHTDBImpl. store(HashWrapper key, byte[] value, short flags, byte life_hours, byte replication_control)
Method parameters in com.biglybt.core.dht.db.impl with type arguments of type HashWrapper Modifier and Type Method Description protected void
DHTDBImpl. processSurvey(byte[] survey_my_id, java.util.List<HashWrapper> applicable_keys, ByteArrayHashMap<DHTTransportContact> survey)
Constructors in com.biglybt.core.dht.db.impl with parameters of type HashWrapper Constructor Description DHTDBMapping(DHTDBImpl _db, HashWrapper _key, boolean _local)
-
Uses of HashWrapper in com.biglybt.core.dht.impl
Methods in com.biglybt.core.dht.impl with parameters of type HashWrapper Modifier and Type Method Description static java.lang.String
DHTLog. getString(HashWrapper w)
-
Uses of HashWrapper in com.biglybt.core.dht.transport.util
Fields in com.biglybt.core.dht.transport.util with type parameters of type HashWrapper Modifier and Type Field Description (package private) java.util.Map<HashWrapper,java.lang.Object>
DHTTransferHandler. call_transfers
private java.util.Map<HashWrapper,DHTTransferHandler.transferHandlerInterceptor>
DHTTransferHandler. transfer_handlers
-
Uses of HashWrapper in com.biglybt.core.download
Fields in com.biglybt.core.download with type parameters of type HashWrapper Modifier and Type Field Description private java.util.Set<HashWrapper>
DownloadManagerEnhancer. pause_set
-
Uses of HashWrapper in com.biglybt.core.download.impl
Fields in com.biglybt.core.download.impl declared as HashWrapper Modifier and Type Field Description (package private) HashWrapper
DownloadManagerStateImpl.CachedStateWrapper. torrent_hash_wrapper
Fields in com.biglybt.core.download.impl with type parameters of type HashWrapper Modifier and Type Field Description (package private) static java.util.Map<HashWrapper,DownloadManagerStateImpl>
DownloadManagerStateImpl. state_map
Methods in com.biglybt.core.download.impl that return HashWrapper Modifier and Type Method Description HashWrapper
DownloadManagerStateImpl.CachedStateWrapper. getHashWrapper()
protected HashWrapper
DownloadManagerImpl. getTorrentHashOverride()
-
Uses of HashWrapper in com.biglybt.core.global
Methods in com.biglybt.core.global with parameters of type HashWrapper Modifier and Type Method Description DownloadManager
GlobalManager. getDownloadManager(HashWrapper hash)
Retrieve the DownloadManager associated with a hash -
Uses of HashWrapper in com.biglybt.core.global.impl
Fields in com.biglybt.core.global.impl with type parameters of type HashWrapper Modifier and Type Field Description (package private) java.util.Map<HashWrapper,DownloadManager>
GlobalManagerFileMerger. dm_map
(package private) java.util.Map<HashWrapper,DownloadManager>
GlobalManagerImpl. manager_hash_map
private java.util.Map<HashWrapper,java.lang.Boolean>
GlobalManagerImpl. paused_list
private java.util.Map<HashWrapper,java.lang.Boolean>
GlobalManagerImpl. paused_list_initial
private java.util.Map<HashWrapper,java.util.Map>
GlobalManagerImpl. saved_download_manager_state
Methods in com.biglybt.core.global.impl with parameters of type HashWrapper Modifier and Type Method Description DownloadManager
GlobalManagerImpl. getDownloadManager(HashWrapper hw)
-
Uses of HashWrapper in com.biglybt.core.lws
Fields in com.biglybt.core.lws declared as HashWrapper Modifier and Type Field Description private HashWrapper
LightWeightSeed. hash
Methods in com.biglybt.core.lws that return HashWrapper Modifier and Type Method Description HashWrapper
LightWeightSeed. getHash()
HashWrapper
LWSTorrent. getHashWrapper()
Methods in com.biglybt.core.lws with parameters of type HashWrapper Modifier and Type Method Description LightWeightSeed
LightWeightSeedManager. add(java.lang.String name, HashWrapper hash, java.net.URL url, java.io.File data_location, java.lang.String network, LightWeightSeedAdapter adapter)
LightWeightSeed
LightWeightSeedManager. get(HashWrapper hw)
Constructors in com.biglybt.core.lws with parameters of type HashWrapper Constructor Description LightWeightSeed(LightWeightSeedManager _manager, java.lang.String _name, HashWrapper _hash, java.net.URL _announce_url, java.io.File _data_location, java.lang.String _network, LightWeightSeedAdapter _adapter)
-
Uses of HashWrapper in com.biglybt.core.peer.impl.transport
Fields in com.biglybt.core.peer.impl.transport declared as HashWrapper Modifier and Type Field Description private HashWrapper
PEPeerTransportProtocol. mySessionID
private HashWrapper
PEPeerTransportProtocol. peerSessionID
Methods in com.biglybt.core.peer.impl.transport with parameters of type HashWrapper Modifier and Type Method Description private void
PEPeerTransportProtocol. checkForReconnect(HashWrapper oldID)
java.lang.Object
PEPeerTransportProtocol.DisconnectedTransportQueue. put(HashWrapper key, PEPeerTransportProtocol value)
PEPeerTransportProtocol
PEPeerTransportProtocol.DisconnectedTransportQueue. remove(HashWrapper key)
Method parameters in com.biglybt.core.peer.impl.transport with type arguments of type HashWrapper Modifier and Type Method Description protected boolean
PEPeerTransportProtocol.DisconnectedTransportQueue. removeEldestEntry(java.util.Map.Entry<HashWrapper,PEPeerTransportProtocol.DisconnectedTransportQueue.QueueEntry> eldest)
-
Uses of HashWrapper in com.biglybt.core.peermanager
Fields in com.biglybt.core.peermanager declared as HashWrapper Modifier and Type Field Description private HashWrapper
PeerManager.PeerManagerRegistrationImpl. hash
Fields in com.biglybt.core.peermanager with type parameters of type HashWrapper Modifier and Type Field Description private java.util.Map<HashWrapper,CopyOnWriteList<PeerManager.PeerManagerRegistrationImpl>>
PeerManager. registered_legacy_managers
Methods in com.biglybt.core.peermanager with parameters of type HashWrapper Modifier and Type Method Description PeerManagerRegistration
PeerManager. registerLegacyManager(HashWrapper hash, PeerManagerRegistrationAdapter adapter)
Constructors in com.biglybt.core.peermanager with parameters of type HashWrapper Constructor Description PeerManagerRegistrationImpl(HashWrapper _hash, PeerManagerRegistrationAdapter _adapter)
-
Uses of HashWrapper in com.biglybt.core.peermanager.messaging.azureus
Fields in com.biglybt.core.peermanager.messaging.azureus declared as HashWrapper Modifier and Type Field Description private HashWrapper
AZHandshake. reconnectID
private HashWrapper
AZHandshake. sessionID
Methods in com.biglybt.core.peermanager.messaging.azureus that return HashWrapper Modifier and Type Method Description HashWrapper
AZHandshake. getReconnectSessionID()
HashWrapper
AZHandshake. getRemoteSessionID()
Constructors in com.biglybt.core.peermanager.messaging.azureus with parameters of type HashWrapper Constructor Description AZHandshake(byte[] peer_identity, HashWrapper sessionID, HashWrapper reconnectID, java.lang.String _client, java.lang.String version, int tcp_listen_port, int udp_listen_port, int udp_non_data_listen_port, java.net.InetAddress ipv6addr, int md_size, java.lang.String[] avail_msg_ids, byte[] avail_msg_versions, int _handshake_type, byte _version, boolean uploadOnly)
-
Uses of HashWrapper in com.biglybt.core.subs.impl
Fields in com.biglybt.core.subs.impl with type parameters of type HashWrapper Modifier and Type Field Description private java.util.Map<HashWrapper,java.lang.Object[]>
SubscriptionManagerImpl. potential_associations2
private java.util.Map<HashWrapper,java.lang.Object[]>
SubscriptionManagerImpl. potential_associations3
-
Uses of HashWrapper in com.biglybt.core.torrent
Methods in com.biglybt.core.torrent that return HashWrapper Modifier and Type Method Description HashWrapper
TOTorrent. getHashWrapper()
convenience method to get a wrapped hash for performance purposes -
Uses of HashWrapper in com.biglybt.core.torrent.impl
Fields in com.biglybt.core.torrent.impl declared as HashWrapper Modifier and Type Field Description private HashWrapper
TOTorrentImpl. torrent_hash_wrapper
private HashWrapper
TOTorrentImpl. torrent_hash_wrapper_v1
private HashWrapper
TOTorrentImpl. torrent_hash_wrapper_v2
Methods in com.biglybt.core.torrent.impl that return HashWrapper Modifier and Type Method Description HashWrapper
TOTorrentImpl. getHashWrapper()
-
Uses of HashWrapper in com.biglybt.core.tracker.alltrackers
Fields in com.biglybt.core.tracker.alltrackers with type parameters of type HashWrapper Modifier and Type Field Description private java.util.Map<HashWrapper,java.lang.String>
AllTrackersManagerImpl. dm_name_cache
-
Uses of HashWrapper in com.biglybt.core.tracker.client
Methods in com.biglybt.core.tracker.client that return HashWrapper Modifier and Type Method Description HashWrapper
TRTrackerAnnouncerRequest. getHash()
HashWrapper
TRTrackerAnnouncerResponse. getHash()
HashWrapper
TRTrackerScraperResponse. getHash()
HashWrapper
TRTrackerAnnouncerFactory.DataProvider. getTorrentHashOverride()
Methods in com.biglybt.core.tracker.client with parameters of type HashWrapper Modifier and Type Method Description int[]
TRTrackerScraperClientResolver. getCachedScrape(HashWrapper hash)
java.lang.String[]
TRTrackerScraperClientResolver. getEnabledNetworks(HashWrapper hash)
java.lang.Object[]
TRTrackerScraperClientResolver. getExtensions(HashWrapper hash)
Two kinds of extensions: entry [0] = String (or null) that gets passed with the scrape verbotem after infohash entry [1] = Character - status of download, aggregated into a single String passed with scrape status flags are above FL_ valuesboolean
TRTrackerScraperClientResolver. isNetworkEnabled(HashWrapper hash, java.net.URL url)
boolean
TRTrackerScraperClientResolver. isScrapable(HashWrapper torrent_hash)
boolean
TRTrackerScraperClientResolver. redirectTrackerUrl(HashWrapper hash, java.net.URL old_url, java.net.URL new_url)
-
Uses of HashWrapper in com.biglybt.core.tracker.client.impl
Fields in com.biglybt.core.tracker.client.impl declared as HashWrapper Modifier and Type Field Description private HashWrapper
TRTrackerAnnouncerRequestImpl. hash
private HashWrapper
TRTrackerAnnouncerResponseImpl. hash
private HashWrapper
TRTrackerScraperResponseImpl. hash
Methods in com.biglybt.core.tracker.client.impl that return HashWrapper Modifier and Type Method Description HashWrapper
TRTrackerAnnouncerRequestImpl. getHash()
HashWrapper
TRTrackerAnnouncerResponseImpl. getHash()
HashWrapper
TRTrackerScraperResponseImpl. getHash()
private HashWrapper
TRTrackerAnnouncerMuxer. getTorrentHashOverride()
Methods in com.biglybt.core.tracker.client.impl with parameters of type HashWrapper Modifier and Type Method Description java.lang.String[]
TRTrackerScraperImpl. getEnabledNetworks(HashWrapper hash)
java.lang.Object[]
TRTrackerScraperImpl. getExtensions(HashWrapper hash)
boolean
TRTrackerScraperImpl. isNetworkEnabled(HashWrapper hash, java.net.URL url)
boolean
TRTrackerScraperImpl. isTorrentScrapable(HashWrapper hash)
boolean
TRTrackerScraperImpl. redirectTrackerUrl(HashWrapper hash, java.net.URL old_url, java.net.URL new_url)
Constructors in com.biglybt.core.tracker.client.impl with parameters of type HashWrapper Constructor Description TRTrackerAnnouncerRequestImpl(long _session_id, HashWrapper _hash, boolean _is_stop, java.net.URL _url, long _sent, long _received)
TRTrackerAnnouncerResponseImpl(java.net.URL _url, HashWrapper _hash, int _status, long _time_to_wait)
TRTrackerAnnouncerResponseImpl(java.net.URL _url, HashWrapper _hash, int _status, long _time_to_wait, TRTrackerAnnouncerResponsePeer[] _peers)
TRTrackerAnnouncerResponseImpl(java.net.URL _url, HashWrapper _hash, int _status, long _time_to_wait, java.lang.String _additional_info)
TRTrackerScraperResponseImpl(HashWrapper _hash)
TRTrackerScraperResponseImpl(HashWrapper _hash, int _seeds, int _peers, int completed, long _scrapeStartTime)
-
Uses of HashWrapper in com.biglybt.core.tracker.client.impl.bt
Fields in com.biglybt.core.tracker.client.impl.bt declared as HashWrapper Modifier and Type Field Description private HashWrapper
TRTrackerBTAnnouncerImpl. torrent_hash_actual
private HashWrapper
TRTrackerBTAnnouncerImpl. torrent_hash_target
Fields in com.biglybt.core.tracker.client.impl.bt with type parameters of type HashWrapper Modifier and Type Field Description private java.util.HashMap<HashWrapper,TRTrackerScraperResponseImpl>
TrackerStatus. hashes
key = Torrent hash.Methods in com.biglybt.core.tracker.client.impl.bt with parameters of type HashWrapper Modifier and Type Method Description protected TRTrackerScraperResponseImpl
TrackerStatus. addHash(HashWrapper hash)
protected TRTrackerScraperResponseImpl
TrackerChecker. getHashData(java.net.URL trackerUrl, HashWrapper hash)
Retrieves the last cached Scraper Response for the supplied tracker URL and hash.protected TRTrackerScraperResponseImpl
TrackerStatus. getHashData(HashWrapper hash)
protected void
TrackerChecker. removeHash(java.lang.String trackerUrl, HashWrapper hash)
Removes the scrape task and data associated with the supplied tracker URL and torrent hash.protected void
TrackerStatus. removeHash(HashWrapper hash)
protected void
TrackerStatus. updateSingleHash(HashWrapper hash, boolean force)
protected void
TrackerStatus. updateSingleHash(HashWrapper hash, boolean force, boolean async)
Method parameters in com.biglybt.core.tracker.client.impl.bt with type arguments of type HashWrapper Modifier and Type Method Description private java.net.URL
TrackerStatus. scrapeHTTP(java.util.List<HashWrapper> hashesInQuery, java.net.URL reqUrl, java.io.ByteArrayOutputStream message)
Constructors in com.biglybt.core.tracker.client.impl.bt with parameters of type HashWrapper Constructor Description TRTrackerBTAnnouncerImpl(HashWrapper _torrent_hash_override, TOTorrent _torrent, TOTorrentAnnounceURLSet[] _announce_urls, java.lang.String[] _peer_networks, boolean _manual, TRTrackerAnnouncerImpl.Helper _helper)
TRTrackerBTScraperResponseImpl(TrackerStatus _ts, HashWrapper _hash)
TRTrackerBTScraperResponseImpl(TrackerStatus _ts, HashWrapper _hash, int _seeds, int _peers, int completed, long _scrapeStartTime)
-
Uses of HashWrapper in com.biglybt.core.tracker.client.impl.dht
Fields in com.biglybt.core.tracker.client.impl.dht declared as HashWrapper Modifier and Type Field Description private HashWrapper
TRTrackerDHTAnnouncerImpl. torrent_hash
Fields in com.biglybt.core.tracker.client.impl.dht with type parameters of type HashWrapper Modifier and Type Field Description private java.util.Map<HashWrapper,TRTrackerDHTScraperResponseImpl>
TRTrackerDHTScraperImpl. responses
Constructors in com.biglybt.core.tracker.client.impl.dht with parameters of type HashWrapper Constructor Description TRTrackerDHTScraperResponseImpl(HashWrapper hash, java.net.URL _url)
-
Uses of HashWrapper in com.biglybt.core.tracker.host.impl
Fields in com.biglybt.core.tracker.host.impl declared as HashWrapper Modifier and Type Field Description private HashWrapper
TRHostExternalTorrent. hash_wrapper
Methods in com.biglybt.core.tracker.host.impl that return HashWrapper Modifier and Type Method Description HashWrapper
TRHostExternalTorrent. getHashWrapper()
-
Uses of HashWrapper in com.biglybt.core.tracker.server
Methods in com.biglybt.core.tracker.server that return HashWrapper Modifier and Type Method Description HashWrapper
TRTrackerServerTorrent. getHash()
-
Uses of HashWrapper in com.biglybt.core.tracker.server.impl
Fields in com.biglybt.core.tracker.server.impl declared as HashWrapper Modifier and Type Field Description private HashWrapper
TRTrackerServerTorrentImpl. hash
private HashWrapper
TRTrackerServerPeerImpl. peer_id
private HashWrapper
TRTrackerServerTorrentImpl.temporaryBiasedSeed. peer_id
Fields in com.biglybt.core.tracker.server.impl with type parameters of type HashWrapper Modifier and Type Field Description private java.util.Map<HashWrapper,TRTrackerServerPeerImpl>
TRTrackerServerTorrentImpl. peer_map
Methods in com.biglybt.core.tracker.server.impl that return HashWrapper Modifier and Type Method Description HashWrapper
TRTrackerServerTorrentImpl. getHash()
HashWrapper
TRTrackerServerPeerImpl. getPeerId()
HashWrapper
TRTrackerServerSimplePeer. getPeerId()
HashWrapper
TRTrackerServerTorrentImpl.temporaryBiasedSeed. getPeerId()
Methods in com.biglybt.core.tracker.server.impl with parameters of type HashWrapper Modifier and Type Method Description TRTrackerServerPeerImpl
TRTrackerServerTorrentImpl. peerContact(java.lang.String url_parameters, java.lang.String event, HashWrapper peer_id, int tcp_port, int udp_port, int http_port, byte crypto_level, byte az_ver, java.lang.String original_address, java.lang.String ip_address, boolean ip_override, boolean loopback, java.lang.String tracker_key, long uploaded, long downloaded, long left, long interval_requested, int up_speed, DHTNetworkPosition network_position)
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 HashWrapper Constructor Description lightweightPeer(java.lang.String _ip, int _port, HashWrapper _peer_id)
TRTrackerServerPeerImpl(HashWrapper _peer_id, int _key_hash_code, byte[] _ip, boolean _ip_override, int _tcp_port, int _udp_port, int _http_port, byte _crypto_level, byte _az_ver, long _last_contact_time, boolean _download_completed, byte _last_nat_status, int _up_speed, DHTNetworkPosition _network_position)
TRTrackerServerPeerImpl(HashWrapper _peer_id, int _key_hash_code, byte[] _ip, boolean _ip_override, short _tcp_port, short _udp_port, short _http_port, byte _crypto_level, byte _az_ver, java.lang.String _ip_str, byte[] _ip_bytes, byte _NAT_status, long _timeout, long _uploaded, long _downloaded, long _amount_left, long _last_contact_time, boolean _download_completed, boolean _biased, short _up_speed)
Import constructorTRTrackerServerTorrentImpl(TRTrackerServerImpl _server, HashWrapper _hash, boolean _enabled)
-
Uses of HashWrapper in com.biglybt.core.util
Fields in com.biglybt.core.util with type parameters of type HashWrapper Modifier and Type Field Description private static java.util.Set<HashWrapper>
TorrentUtils. created_torrents_set
Methods in com.biglybt.core.util that return HashWrapper Modifier and Type Method Description HashWrapper
TorrentUtils.torrentDelegate. getHashWrapper()
static HashWrapper
TorrentUtils. getTLSTorrentHash()
Methods in com.biglybt.core.util with parameters of type HashWrapper Modifier and Type Method Description static DownloadManager
TorrentUtils. getDownloadManager(HashWrapper hash)
Get the DownloadManager related to a torrent's hashBytesstatic void
TorrentUtils. setTLSTorrentHash(HashWrapper hash)
-
Uses of HashWrapper in com.biglybt.pifimpl.local.ddb
Fields in com.biglybt.pifimpl.local.ddb with type parameters of type HashWrapper Modifier and Type Field Description private java.util.Map<HashWrapper,DistributedDatabaseTransferHandler>
DDBaseImpl. transfer_map
Methods in com.biglybt.pifimpl.local.ddb that return HashWrapper Modifier and Type Method Description protected static HashWrapper
DDBaseHelpers. getKey(DistributedDatabaseTransferType transfer_type)
-
Uses of HashWrapper in com.biglybt.plugin.dht.impl
Fields in com.biglybt.plugin.dht.impl declared as HashWrapper Modifier and Type Field Description private HashWrapper
DHTPluginStorageManager.diversification. key
private HashWrapper
DHTPluginStorageManager.storageKey. key
Methods in com.biglybt.plugin.dht.impl that return HashWrapper Modifier and Type Method Description static HashWrapper
DHTPluginStorageManager. diversifyKey(HashWrapper key_in, int offset)
protected HashWrapper
DHTPluginStorageManager.diversification. getKey()
protected HashWrapper
DHTPluginStorageManager.storageKey. getKey()
Methods in com.biglybt.plugin.dht.impl with parameters of type HashWrapper Modifier and Type Method Description protected DHTPluginStorageManager.diversification
DHTPluginStorageManager. createDiversification(HashWrapper wrapper, byte type)
static HashWrapper
DHTPluginStorageManager. diversifyKey(HashWrapper key_in, int offset)
protected byte[][]
DHTPluginStorageManager. followDivChain(HashWrapper wrapper, boolean put_operation, boolean exhaustive, int max_depth)
protected DHTPluginStorageManager.storageKey
DHTPluginStorageManager. getStorageKey(HashWrapper key)
DHTStorageKey
DHTPluginStorageManager. keyCreated(HashWrapper key, boolean local)
protected DHTPluginStorageManager.diversification
DHTPluginStorageManager. lookupDiversification(HashWrapper wrapper)
Constructors in com.biglybt.plugin.dht.impl with parameters of type HashWrapper Constructor Description diversification(DHTPluginStorageManager _manager, HashWrapper _key, byte _type)
diversification(DHTPluginStorageManager _manager, HashWrapper _key, byte _type, long _expiry, int[] _fixed_put_offsets)
storageKey(DHTPluginStorageManager _manager, byte _type, HashWrapper _key)
storageKey(DHTPluginStorageManager _manager, byte _type, HashWrapper _key, long _expiry)
-
Uses of HashWrapper in com.biglybt.plugin.net.buddy.tracker
Fields in com.biglybt.plugin.net.buddy.tracker declared as HashWrapper Modifier and Type Field Description private HashWrapper
BuddyPluginTracker.downloadData. id
Fields in com.biglybt.plugin.net.buddy.tracker with type parameters of type HashWrapper Modifier and Type Field Description private java.util.Map<HashWrapper,Download>
BuddyPluginTracker. full_id_map
private java.util.Map<HashWrapper,java.util.List<Download>>
BuddyPluginTracker. short_id_map
Methods in com.biglybt.plugin.net.buddy.tracker that return HashWrapper Modifier and Type Method Description protected HashWrapper
BuddyPluginTracker.downloadData. getID()
-
Uses of HashWrapper in com.biglybt.ui.swt.shells.opentorrent
Fields in com.biglybt.ui.swt.shells.opentorrent declared as HashWrapper Modifier and Type Field Description private HashWrapper
OpenTorrentOptionsWindow.OpenTorrentInstance. hash
Fields in com.biglybt.ui.swt.shells.opentorrent with type parameters of type HashWrapper Modifier and Type Field Description private static java.util.Map<HashWrapper,OpenTorrentOptionsWindow>
OpenTorrentOptionsWindow. active_windows
Methods in com.biglybt.ui.swt.shells.opentorrent that return HashWrapper Modifier and Type Method Description private HashWrapper
OpenTorrentOptionsWindow.OpenTorrentInstance. getHash()
Methods in com.biglybt.ui.swt.shells.opentorrent with parameters of type HashWrapper Modifier and Type Method Description protected void
OpenTorrentOptionsWindow. swt_addTorrent(HashWrapper hash, TorrentOpenOptions torrentOptions)
Constructors in com.biglybt.ui.swt.shells.opentorrent with parameters of type HashWrapper Constructor Description OpenTorrentInstance(HashWrapper _hash, org.eclipse.swt.widgets.Composite _parent, TorrentOpenOptions _torrentOptions, OpenTorrentOptionsWindow.OpenTorrentInstanceListener _changeListener)
-
Uses of HashWrapper in com.biglybt.ui.swt.utils
Methods in com.biglybt.ui.swt.utils with parameters of type HashWrapper Modifier and Type Method Description private static void
TorrentUIUtilsV3. handleDMAdded(DownloadManager dm, boolean playNow, boolean playPrepare, HashWrapper fhw)
-