Uses of Class
com.biglybt.core.lws.LightWeightSeed
-
Packages that use LightWeightSeed Package Description com.biglybt.core.lws com.biglybt.core.subs.impl -
-
Uses of LightWeightSeed in com.biglybt.core.lws
Fields in com.biglybt.core.lws declared as LightWeightSeed Modifier and Type Field Description private LightWeightSeed
LWSDiskManager. lws
private LightWeightSeed
LWSDownload. lws
private LightWeightSeed
LWSPeerManagerAdapter. lws
private LightWeightSeed
LWSTorrent. lws
Methods in com.biglybt.core.lws that return LightWeightSeed 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)
LightWeightSeed
LWSDownload. getLWS()
Methods in com.biglybt.core.lws with parameters of type LightWeightSeed Modifier and Type Method Description protected void
LightWeightSeedManager. remove(LightWeightSeed lws)
Constructors in com.biglybt.core.lws with parameters of type LightWeightSeed Constructor Description LWSDiskManager(LightWeightSeed _lws, java.io.File _save_file)
LWSDownload(LightWeightSeed _lws, TRTrackerAnnouncer _announcer)
LWSPeerManagerAdapter(LightWeightSeed _lws, PeerManagerRegistration _peer_manager_registration)
LWSTorrent(LightWeightSeed _lws)
-
Uses of LightWeightSeed in com.biglybt.core.subs.impl
Fields in com.biglybt.core.subs.impl declared as LightWeightSeed Modifier and Type Field Description private LightWeightSeed
SubscriptionImpl. lws
-