Uses of Class
com.biglybt.core.lws.LightWeightSeed
Packages that use LightWeightSeed
-
Uses of LightWeightSeed in com.biglybt.core.lws
Fields in com.biglybt.core.lws declared as LightWeightSeedModifier and TypeFieldDescriptionprivate final LightWeightSeedLWSDiskManager.lwsprivate final LightWeightSeedLWSDownload.lwsprivate final LightWeightSeedLWSPeerManagerAdapter.lwsprivate final LightWeightSeedLWSTorrent.lwsFields in com.biglybt.core.lws with type parameters of type LightWeightSeedModifier and TypeFieldDescriptionprivate final Map<HashWrapper, LightWeightSeed> LightWeightSeedManager.lws_mapMethods in com.biglybt.core.lws that return LightWeightSeedModifier and TypeMethodDescriptionLightWeightSeedManager.add(String name, HashWrapper hash, URL url, File data_location, String network, LightWeightSeedAdapter adapter) LightWeightSeedManager.get(HashWrapper hw) LWSDownload.getLWS()Methods in com.biglybt.core.lws with parameters of type LightWeightSeedModifier and TypeMethodDescriptionprotected voidLightWeightSeedManager.remove(LightWeightSeed lws) Constructors in com.biglybt.core.lws with parameters of type LightWeightSeedModifierConstructorDescriptionprotectedLWSDiskManager(LightWeightSeed _lws, File _save_file) protectedLWSDownload(LightWeightSeed _lws, TRTrackerAnnouncer _announcer) LWSPeerManagerAdapter(LightWeightSeed _lws, PeerManagerRegistration _peer_manager_registration) protectedLWSTorrent(LightWeightSeed _lws) -
Uses of LightWeightSeed in com.biglybt.core.subs.impl
Fields in com.biglybt.core.subs.impl declared as LightWeightSeed