Uses of Class
com.biglybt.core.util.HashWrapper
Packages that use HashWrapper
Package
Description
-
Uses of HashWrapper in com.biglybt.core.dht
Methods in com.biglybt.core.dht with parameters of type HashWrapperModifier and TypeMethodDescriptionDHTStorageAdapter.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 HashWrapperModifier and TypeFieldDescriptionprivate final Map<HashWrapper, Object> DHTControlImpl.imported_stateprivate final Map<HashWrapper, Long> DHTControlImpl.local_estimate_valuesprivate final 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 HashWrapperModifier and TypeMethodDescriptionDHTDB.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 HashWrapperModifier and TypeMethodDescriptionDHTDB.get(DHTTransportContact reader, HashWrapper key, int max_values, short flags, boolean external_request) DHTDB.get(HashWrapper key) Internal lookup for locally originated valuesDHTDB.getAllValues(HashWrapper key) DHTDB.getAnyValue(HashWrapper key) Returns a value for the given key (local or remote) if foundbooleanDHTDB.hasKey(HashWrapper key) DHTDB.remove(DHTTransportContact sender, HashWrapper key) Local remove - returns a value suitable for putting in the DHTDHTDB.remove(DHTTransportContact sender, HashWrapper key, short flags) byteDHTDB.store(DHTTransportContact sender, HashWrapper key, DHTTransportValue[] values) Remote storeDHTDB.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 HashWrapperFields in com.biglybt.core.dht.db.impl with type parameters of type HashWrapperModifier and TypeFieldDescription(package private) Map<HashWrapper, DHTDBValueImpl> DHTDBMapping.direct_originator_map_may_be_null(package private) final Map<HashWrapper, DHTDBValueImpl> DHTDBMapping.indirect_originator_value_mapprivate Map<HashWrapper, DHTDBValueImpl> DHTDBMapping.valueIterator.mapprivate final List<Map<HashWrapper, DHTDBValueImpl>> DHTDBMapping.valueIterator.maps(package private) final Map<HashWrapper, DHTDBMapping> DHTDBImpl.stored_valuesprivate final Map<HashWrapper, Long> DHTDBImpl.survey_mapping_timesprivate final Map<HashWrapper, DHTDBImpl.SurveyContactState> DHTDBImpl.survey_stateMethods in com.biglybt.core.dht.db.impl that return HashWrapperModifier and TypeMethodDescriptionprotected HashWrapperDHTDBMapping.getKey()private HashWrapperDHTDBMapping.getOriginatorValueID(DHTDBValueImpl value) Methods in com.biglybt.core.dht.db.impl that return types with arguments of type HashWrapperModifier and TypeMethodDescriptionprotected Map<HashWrapper, DHTDBValueImpl> DHTDBMapping.createLinkedMap()DHTDBImpl.getKeys()Methods in com.biglybt.core.dht.db.impl with parameters of type HashWrapperModifier and TypeMethodDescriptionprotected voidDHTDBMapping.addDirectValue(HashWrapper value_key, DHTDBValueImpl value) protected voidDHTDBMapping.addIndirectValue(HashWrapper value_key, DHTDBValueImpl value) DHTDBImpl.get(DHTTransportContact reader, HashWrapper key, int max_values, short flags, boolean external_request) DHTDBImpl.get(HashWrapper key) DHTDBImpl.getAllValues(HashWrapper key) DHTDBImpl.getAnyValue(HashWrapper key) booleanDHTDBImpl.hasKey(HashWrapper key) DHTDBImpl.adapterFacade.keyCreated(HashWrapper key, boolean local) DHTDBImpl.remove(DHTTransportContact originator, HashWrapper key) DHTDBImpl.remove(DHTTransportContact originator, HashWrapper key, short flags) protected DHTDBValueImplDHTDBMapping.removeDirectValue(HashWrapper value_key) protected DHTDBValueImplDHTDBMapping.removeIndirectValue(HashWrapper value_key) byteDHTDBImpl.store(DHTTransportContact sender, HashWrapper key, DHTTransportValue[] values) 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 HashWrapperModifier and TypeMethodDescriptionprotected voidDHTDBImpl.processSurvey(byte[] survey_my_id, List<HashWrapper> applicable_keys, ByteArrayHashMap<DHTTransportContact> survey) Constructors in com.biglybt.core.dht.db.impl with parameters of type HashWrapperModifierConstructorDescriptionprotectedDHTDBMapping(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 -
Uses of HashWrapper in com.biglybt.core.dht.transport.util
Fields in com.biglybt.core.dht.transport.util with type parameters of type HashWrapperModifier and TypeFieldDescription(package private) final Map<HashWrapper, Object> DHTTransferHandler.call_transfersprivate final 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 -
Uses of HashWrapper in com.biglybt.core.download.impl
Fields in com.biglybt.core.download.impl declared as HashWrapperModifier and TypeFieldDescription(package private) HashWrapperDownloadManagerStateImpl.CachedStateWrapper.torrent_hash_wrapperFields in com.biglybt.core.download.impl with type parameters of type HashWrapperModifier and TypeFieldDescription(package private) static final Map<HashWrapper, DownloadManagerStateImpl> DownloadManagerStateImpl.state_mapMethods in com.biglybt.core.download.impl that return HashWrapperModifier and TypeMethodDescriptionDownloadManagerStateImpl.CachedStateWrapper.getHashWrapper()protected HashWrapperDownloadManagerImpl.getTorrentHashOverride() -
Uses of HashWrapper in com.biglybt.core.global
Methods in com.biglybt.core.global with parameters of type HashWrapperModifier and TypeMethodDescriptionGlobalManager.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 HashWrapperModifier and TypeFieldDescription(package private) final Map<HashWrapper, DownloadManager> GlobalManagerFileMerger.dm_map(package private) final Map<HashWrapper, DownloadManager> GlobalManagerImpl.manager_hash_mapprivate final Map<HashWrapper, GlobalManagerImpl.PauseState> GlobalManagerImpl.paused_stateprivate final Map<HashWrapper, GlobalManagerImpl.PauseState> GlobalManagerImpl.paused_state_initialprivate final Map<HashWrapper, Map> GlobalManagerImpl.saved_download_manager_stateMethods in com.biglybt.core.global.impl with parameters of type HashWrapper -
Uses of HashWrapper in com.biglybt.core.lws
Fields in com.biglybt.core.lws declared as HashWrapperFields in com.biglybt.core.lws with type parameters of type HashWrapperModifier and TypeFieldDescriptionprivate final Map<HashWrapper, LightWeightSeed> LightWeightSeedManager.lws_mapMethods in com.biglybt.core.lws that return HashWrapperMethods in com.biglybt.core.lws with parameters of type HashWrapperModifier and TypeMethodDescriptionLightWeightSeedManager.add(String name, HashWrapper hash, URL url, File data_location, String network, LightWeightSeedAdapter adapter) LightWeightSeedManager.get(HashWrapper hw) Constructors in com.biglybt.core.lws with parameters of type HashWrapperModifierConstructorDescriptionprotectedLightWeightSeed(LightWeightSeedManager _manager, String _name, HashWrapper _hash, URL _announce_url, File _data_location, String _network, LightWeightSeedAdapter _adapter) -
Uses of HashWrapper in com.biglybt.core.networkmanager.impl
Fields in com.biglybt.core.networkmanager.impl with type parameters of type HashWrapperModifier and TypeFieldDescriptionprivate static final Map<HashWrapper, Object[]> ProtocolDecoderPHE.global_shared_secretsprivate static final Map<HashWrapper, Object[]> ProtocolDecoderPHE.old_global_shared_secrets -
Uses of HashWrapper in com.biglybt.core.peer.impl.control
Subclasses of HashWrapper in com.biglybt.core.peer.impl.controlModifier and TypeClassDescription(package private) static class -
Uses of HashWrapper in com.biglybt.core.peer.impl.transport
Subclasses with type arguments of type HashWrapper in com.biglybt.core.peer.impl.transportModifier and TypeClassDescriptionprivate static final classFields in com.biglybt.core.peer.impl.transport declared as HashWrapperModifier and TypeFieldDescriptionprivate HashWrapperPEPeerTransportProtocol.mySessionIDprivate HashWrapperPEPeerTransportProtocol.peerSessionIDMethods in com.biglybt.core.peer.impl.transport with parameters of type HashWrapperModifier and TypeMethodDescriptionprivate voidPEPeerTransportProtocol.checkForReconnect(HashWrapper oldID) PEPeerTransportProtocol.DisconnectedTransportQueue.put(HashWrapper key, PEPeerTransportProtocol value) PEPeerTransportProtocol.DisconnectedTransportQueue.remove(HashWrapper key) Method parameters in com.biglybt.core.peer.impl.transport with type arguments of type HashWrapperModifier and TypeMethodDescriptionprotected booleanPEPeerTransportProtocol.DisconnectedTransportQueue.removeEldestEntry(Map.Entry<HashWrapper, PEPeerTransportProtocol.DisconnectedTransportQueue.QueueEntry> eldest) -
Uses of HashWrapper in com.biglybt.core.peermanager
Fields in com.biglybt.core.peermanager declared as HashWrapperModifier and TypeFieldDescriptionprivate final HashWrapperPeerManager.PeerManagerRegistrationImpl.hashprivate final HashWrapperPeerManager.PeerManagerRegistrationRoutingFailed.hashFields in com.biglybt.core.peermanager with type parameters of type HashWrapperModifier and TypeFieldDescriptionprivate final Map<HashWrapper, CopyOnWriteList<PeerManager.PeerManagerRegistrationImpl>> PeerManager.registered_legacy_managersMethods in com.biglybt.core.peermanager with parameters of type HashWrapperModifier and TypeMethodDescriptionPeerManager.registerLegacyManager(HashWrapper hash, PeerManagerRegistrationAdapter adapter) Constructors in com.biglybt.core.peermanager with parameters of type HashWrapperModifierConstructorDescriptionprotectedPeerManagerRegistrationImpl(HashWrapper _hash, PeerManagerRegistrationAdapter _adapter) (package private) -
Uses of HashWrapper in com.biglybt.core.peermanager.messaging.azureus
Fields in com.biglybt.core.peermanager.messaging.azureus declared as HashWrapperModifier and TypeFieldDescriptionprivate final HashWrapperAZHandshake.reconnectIDprivate final HashWrapperAZHandshake.sessionIDMethods in com.biglybt.core.peermanager.messaging.azureus that return HashWrapperModifier and TypeMethodDescriptionAZHandshake.getReconnectSessionID()AZHandshake.getRemoteSessionID()Constructors in com.biglybt.core.peermanager.messaging.azureus with parameters of type HashWrapperModifierConstructorDescriptionAZHandshake(byte[] peer_identity, HashWrapper sessionID, HashWrapper reconnectID, String _client, String version, int tcp_listen_port, int udp_listen_port, int udp_non_data_listen_port, InetAddress ipv6addr, String localHost, int md_size, 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 HashWrapperModifier and TypeFieldDescriptionprivate Map<HashWrapper, Object[]> SubscriptionManagerImpl.potential_associations2private Map<HashWrapper, Object[]> SubscriptionManagerImpl.potential_associations3 -
Uses of HashWrapper in com.biglybt.core.torrent
Methods in com.biglybt.core.torrent that return HashWrapperModifier and TypeMethodDescriptionTOTorrent.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 HashWrapperModifier and TypeFieldDescriptionprivate HashWrapperTOTorrentImpl.torrent_hash_wrapperprivate HashWrapperTOTorrentImpl.torrent_hash_wrapper_v1private HashWrapperTOTorrentImpl.torrent_hash_wrapper_v2Methods in com.biglybt.core.torrent.impl that return HashWrapper -
Uses of HashWrapper in com.biglybt.core.tracker.alltrackers
Fields in com.biglybt.core.tracker.alltrackers with type parameters of type HashWrapperModifier and TypeFieldDescriptionprivate Map<HashWrapper, String> AllTrackersManagerImpl.dm_name_cache -
Uses of HashWrapper in com.biglybt.core.tracker.client
Methods in com.biglybt.core.tracker.client that return HashWrapperModifier and TypeMethodDescriptionTRTrackerAnnouncerRequest.getHash()TRTrackerAnnouncerResponse.getHash()TRTrackerScraperResponse.getHash()TRTrackerAnnouncerFactory.DataProvider.getTorrentHashOverride()Methods in com.biglybt.core.tracker.client with parameters of type HashWrapperModifier and TypeMethodDescriptionint[]TRTrackerScraperClientResolver.getCachedScrape(HashWrapper hash) String[]TRTrackerScraperClientResolver.getEnabledNetworks(HashWrapper hash) 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_ valuesbooleanTRTrackerScraperClientResolver.isNetworkEnabled(HashWrapper hash, URL url) booleanTRTrackerScraperClientResolver.isScrapable(HashWrapper torrent_hash) booleanTRTrackerScraperClientResolver.redirectTrackerUrl(HashWrapper hash, URL old_url, URL new_url) -
Uses of HashWrapper in com.biglybt.core.tracker.client.impl
Fields in com.biglybt.core.tracker.client.impl declared as HashWrapperModifier and TypeFieldDescriptionprivate final HashWrapperTRTrackerAnnouncerRequestImpl.hashprivate final HashWrapperTRTrackerAnnouncerResponseImpl.hashprivate final HashWrapperTRTrackerScraperResponseImpl.hashMethods in com.biglybt.core.tracker.client.impl that return HashWrapperModifier and TypeMethodDescriptionTRTrackerAnnouncerRequestImpl.getHash()TRTrackerAnnouncerResponseImpl.getHash()TRTrackerScraperResponseImpl.getHash()private HashWrapperTRTrackerAnnouncerMuxer.getTorrentHashOverride()Methods in com.biglybt.core.tracker.client.impl with parameters of type HashWrapperModifier and TypeMethodDescriptionString[]TRTrackerScraperImpl.getEnabledNetworks(HashWrapper hash) Object[]TRTrackerScraperImpl.getExtensions(HashWrapper hash) booleanTRTrackerScraperImpl.isNetworkEnabled(HashWrapper hash, URL url) booleanTRTrackerScraperImpl.isTorrentScrapable(HashWrapper hash) booleanTRTrackerScraperImpl.redirectTrackerUrl(HashWrapper hash, URL old_url, URL new_url) Constructors in com.biglybt.core.tracker.client.impl with parameters of type HashWrapperModifierConstructorDescriptionTRTrackerAnnouncerRequestImpl(long _session_id, HashWrapper _hash, boolean _is_stop, URL _url, long _sent, long _received) TRTrackerAnnouncerResponseImpl(URL _url, HashWrapper _hash, int _status, long _time_to_wait) TRTrackerAnnouncerResponseImpl(URL _url, HashWrapper _hash, int _status, long _time_to_wait, TRTrackerAnnouncerResponsePeer[] _peers) TRTrackerAnnouncerResponseImpl(URL _url, HashWrapper _hash, int _status, long _time_to_wait, String _additional_info) protectedprotectedTRTrackerScraperResponseImpl(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 HashWrapperModifier and TypeFieldDescriptionprivate final HashWrapperTRTrackerBTAnnouncerImpl.torrent_hash_actualprivate final HashWrapperTRTrackerBTAnnouncerImpl.torrent_hash_targetFields in com.biglybt.core.tracker.client.impl.bt with type parameters of type HashWrapperModifier and TypeFieldDescriptionprivate final HashMap<HashWrapper, TRTrackerScraperResponseImpl> TrackerStatus.hasheskey = Torrent hash.Methods in com.biglybt.core.tracker.client.impl.bt with parameters of type HashWrapperModifier and TypeMethodDescriptionprotected TRTrackerScraperResponseImplTrackerStatus.addHash(HashWrapper hash) protected TRTrackerScraperResponseImplTrackerChecker.getHashData(URL trackerUrl, HashWrapper hash) Retrieves the last cached Scraper Response for the supplied tracker URL and hash.protected TRTrackerScraperResponseImplTrackerStatus.getHashData(HashWrapper hash) protected voidTrackerChecker.removeHash(String trackerUrl, HashWrapper hash) Removes the scrape task and data associated with the supplied tracker URL and torrent hash.protected voidTrackerStatus.removeHash(HashWrapper hash) protected voidTrackerStatus.updateSingleHash(HashWrapper hash, boolean force) protected voidTrackerStatus.updateSingleHash(HashWrapper hash, boolean force, boolean async) Method parameters in com.biglybt.core.tracker.client.impl.bt with type arguments of type HashWrapperModifier and TypeMethodDescriptionprivate URLTrackerStatus.scrapeHTTP(List<HashWrapper> hashesInQuery, URL[] _reqUrl, ByteArrayOutputStream message) protected booleanTrackerStatus.scrapeUDP(URL reqUrl, ByteArrayOutputStream message, List<HashWrapper> hashesInQuery, boolean do_auth_test) Constructors in com.biglybt.core.tracker.client.impl.bt with parameters of type HashWrapperModifierConstructorDescriptionTRTrackerBTAnnouncerImpl(HashWrapper _torrent_hash_override, TOTorrent _torrent, TOTorrentAnnounceURLSet[] _announce_urls, String[] _peer_networks, boolean _manual, TRTrackerAnnouncerImpl.Helper _helper) protectedTRTrackerBTScraperResponseImpl(TrackerStatus _ts, HashWrapper _hash) protectedTRTrackerBTScraperResponseImpl(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 HashWrapperFields in com.biglybt.core.tracker.client.impl.dht with type parameters of type HashWrapperModifier and TypeFieldDescriptionprivate final Map<HashWrapper, TRTrackerDHTScraperResponseImpl> TRTrackerDHTScraperImpl.responsesConstructors in com.biglybt.core.tracker.client.impl.dht with parameters of type HashWrapperModifierConstructorDescriptionprotectedTRTrackerDHTScraperResponseImpl(HashWrapper hash, URL _url) -
Uses of HashWrapper in com.biglybt.core.tracker.host.impl
Fields in com.biglybt.core.tracker.host.impl declared as HashWrapperFields in com.biglybt.core.tracker.host.impl with type parameters of type HashWrapperModifier and TypeFieldDescriptionprivate final Map<HashWrapper, TRHostTorrent> TRHostImpl.host_torrent_hash_mapMethods in com.biglybt.core.tracker.host.impl that return HashWrapper -
Uses of HashWrapper in com.biglybt.core.tracker.server
Methods in com.biglybt.core.tracker.server that return HashWrapper -
Uses of HashWrapper in com.biglybt.core.tracker.server.impl
Fields in com.biglybt.core.tracker.server.impl declared as HashWrapperModifier and TypeFieldDescriptionprivate final HashWrapperTRTrackerServerTorrentImpl.hashprivate final HashWrapperTRTrackerServerPeerImpl.peer_idprivate final HashWrapperTRTrackerServerTorrentImpl.temporaryBiasedSeed.peer_idFields in com.biglybt.core.tracker.server.impl with type parameters of type HashWrapperModifier and TypeFieldDescriptionprivate Map<HashWrapper, TRTrackerServerPeerImpl> TRTrackerServerTorrentImpl.peer_mapMethods in com.biglybt.core.tracker.server.impl that return HashWrapperModifier and TypeMethodDescriptionTRTrackerServerTorrentImpl.getHash()TRTrackerServerPeerImpl.getPeerId()TRTrackerServerSimplePeer.getPeerId()TRTrackerServerTorrentImpl.temporaryBiasedSeed.getPeerId()Methods in com.biglybt.core.tracker.server.impl with parameters of type HashWrapperModifier and TypeMethodDescriptionTRTrackerServerTorrentImpl.peerContact(String url_parameters, String event, HashWrapper peer_id, int tcp_port, int udp_port, int http_port, byte crypto_level, byte az_ver, String original_address, String ip_address, boolean ip_override, boolean loopback, String tracker_key, long uploaded, long downloaded, long left, long interval_requested, int up_speed, DHTNetworkPosition network_position) protected TRTrackerServerTorrentImplTRTrackerServerProcessor.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 HashWrapperModifierConstructorDescriptionlightweightPeer(String _ip, int _port, HashWrapper _peer_id) protectedTRTrackerServerPeerImpl(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) protectedTRTrackerServerPeerImpl(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, 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 HashWrapperModifier and TypeFieldDescriptionprivate static final Set<HashWrapper> TorrentUtils.created_torrents_setMethods in com.biglybt.core.util that return HashWrapperModifier and TypeMethodDescriptionTorrentUtils.torrentDelegate.getHashWrapper()static HashWrapperTorrentUtils.getTLSTorrentHash()Methods in com.biglybt.core.util with parameters of type HashWrapperModifier and TypeMethodDescriptionstatic DownloadManagerTorrentUtils.getDownloadManager(HashWrapper hash) Get the DownloadManager related to a torrent's hashBytesstatic voidTorrentUtils.setTLSTorrentHash(HashWrapper hash) -
Uses of HashWrapper in com.biglybt.pifimpl.local.ddb
Fields in com.biglybt.pifimpl.local.ddb with type parameters of type HashWrapperModifier and TypeFieldDescriptionprivate Map<HashWrapper, DistributedDatabaseTransferHandler> DDBaseImpl.transfer_mapMethods in com.biglybt.pifimpl.local.ddb that return HashWrapperModifier and TypeMethodDescriptionprotected static HashWrapperDDBaseHelpers.getKey(DistributedDatabaseTransferType transfer_type) -
Uses of HashWrapper in com.biglybt.plugin.dht.impl
Fields in com.biglybt.plugin.dht.impl declared as HashWrapperModifier and TypeFieldDescriptionprivate HashWrapperDHTPluginStorageManager.diversification.keyprivate HashWrapperDHTPluginStorageManager.storageKey.keyMethods in com.biglybt.plugin.dht.impl that return HashWrapperModifier and TypeMethodDescriptionstatic HashWrapperDHTPluginStorageManager.diversifyKey(HashWrapper key_in, int offset) protected HashWrapperDHTPluginStorageManager.diversification.getKey()protected HashWrapperDHTPluginStorageManager.storageKey.getKey()Methods in com.biglybt.plugin.dht.impl with parameters of type HashWrapperModifier and TypeMethodDescriptionprotected DHTPluginStorageManager.diversificationDHTPluginStorageManager.createDiversification(HashWrapper wrapper, byte type) static HashWrapperDHTPluginStorageManager.diversifyKey(HashWrapper key_in, int offset) protected byte[][]DHTPluginStorageManager.followDivChain(HashWrapper wrapper, boolean put_operation, boolean exhaustive, int max_depth) protected DHTPluginStorageManager.storageKeyDHTPluginStorageManager.getStorageKey(HashWrapper key) DHTPluginStorageManager.keyCreated(HashWrapper key, boolean local) protected DHTPluginStorageManager.diversificationDHTPluginStorageManager.lookupDiversification(HashWrapper wrapper) Constructors in com.biglybt.plugin.dht.impl with parameters of type HashWrapperModifierConstructorDescriptionprotecteddiversification(DHTPluginStorageManager _manager, HashWrapper _key, byte _type) protecteddiversification(DHTPluginStorageManager _manager, HashWrapper _key, byte _type, long _expiry, int[] _fixed_put_offsets) protectedstorageKey(DHTPluginStorageManager _manager, byte _type, HashWrapper _key) protectedstorageKey(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 HashWrapperFields in com.biglybt.plugin.net.buddy.tracker with type parameters of type HashWrapperModifier and TypeFieldDescriptionprivate Map<HashWrapper, Download> BuddyPluginTracker.full_id_mapprivate Map<HashWrapper, List<Download>> BuddyPluginTracker.short_id_mapMethods in com.biglybt.plugin.net.buddy.tracker that return HashWrapper -
Uses of HashWrapper in com.biglybt.ui.swt.shells.opentorrent
Fields in com.biglybt.ui.swt.shells.opentorrent declared as HashWrapperModifier and TypeFieldDescriptionprivate final HashWrapperOpenTorrentOptionsWindow.OpenTorrentInstance.hashFields in com.biglybt.ui.swt.shells.opentorrent with type parameters of type HashWrapperModifier and TypeFieldDescriptionprivate static final Map<HashWrapper, OpenTorrentOptionsWindow> OpenTorrentOptionsWindow.active_windowsMethods in com.biglybt.ui.swt.shells.opentorrent that return HashWrapperModifier and TypeMethodDescriptionprivate HashWrapperOpenTorrentOptionsWindow.OpenTorrentInstance.getHash()Methods in com.biglybt.ui.swt.shells.opentorrent with parameters of type HashWrapperModifier and TypeMethodDescriptionprivate static voidOpenTorrentOptionsWindow.rcmSearch(HashWrapper hash, String[] nets) private voidOpenTorrentOptionsWindow.rcmTagFound(HashWrapper hash, String tag, String[] nets) protected voidOpenTorrentOptionsWindow.swt_addTorrent(HashWrapper hash, TorrentOpenOptions torrentOptions) Constructors in com.biglybt.ui.swt.shells.opentorrent with parameters of type HashWrapperModifierConstructorDescriptionprivateOpenTorrentInstance(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 HashWrapperModifier and TypeMethodDescriptionprivate static voidTorrentUIUtilsV3.handleDMAdded(DownloadManager dm, boolean playNow, boolean playPrepare, HashWrapper fhw)