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 LightWeightSeed
LWSDiskManager.lws
private final LightWeightSeed
LWSDownload.lws
private final LightWeightSeed
LWSPeerManagerAdapter.lws
private final LightWeightSeed
LWSTorrent.lws
Methods 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 void
LightWeightSeedManager.remove
(LightWeightSeed lws) Constructors in com.biglybt.core.lws with parameters of type LightWeightSeedModifierConstructorDescriptionprotected
LWSDiskManager
(LightWeightSeed _lws, File _save_file) protected
LWSDownload
(LightWeightSeed _lws, TRTrackerAnnouncer _announcer) LWSPeerManagerAdapter
(LightWeightSeed _lws, PeerManagerRegistration _peer_manager_registration) protected
LWSTorrent
(LightWeightSeed _lws) -
Uses of LightWeightSeed in com.biglybt.core.subs.impl
Fields in com.biglybt.core.subs.impl declared as LightWeightSeed