Uses of Class
com.biglybt.core.subs.impl.SubscriptionManagerImpl
Packages that use SubscriptionManagerImpl
-
Uses of SubscriptionManagerImpl in com.biglybt.core.subs.impl
Fields in com.biglybt.core.subs.impl declared as SubscriptionManagerImplModifier and TypeFieldDescriptionprivate SubscriptionManagerImpl
SubscriptionBodyImpl.manager
private SubscriptionManagerImpl
SubscriptionDownloader.manager
private final SubscriptionManagerImpl
SubscriptionHistoryImpl.manager
private SubscriptionManagerImpl
SubscriptionImpl.manager
private SubscriptionManagerImpl
SubscriptionRSSFeed.manager
private SubscriptionManagerImpl
SubscriptionSchedulerImpl.manager
private static SubscriptionManagerImpl
SubscriptionManagerImpl.singleton
Constructors in com.biglybt.core.subs.impl with parameters of type SubscriptionManagerImplModifierConstructorDescriptionprotected
SubscriptionBodyImpl
(SubscriptionManagerImpl _manager, SubscriptionImpl _subs) protected
SubscriptionBodyImpl
(SubscriptionManagerImpl _manager, String _name, boolean _is_public, boolean _is_anonymous, String _json_content, byte[] _public_key, int _version, int _az_version, Map _singleton_details) protected
SubscriptionBodyImpl
(SubscriptionManagerImpl _manager, Map _map) protected
SubscriptionDownloader
(SubscriptionManagerImpl _manager, SubscriptionImpl _subs) protected
SubscriptionHistoryImpl
(SubscriptionManagerImpl _manager, SubscriptionImpl _subs) protected
SubscriptionImpl
(SubscriptionManagerImpl _manager, SubscriptionBodyImpl _body, int _add_type, boolean _is_subscribed) protected
SubscriptionImpl
(SubscriptionManagerImpl _manager, String _name, boolean _public, boolean _anonymous, Map _singleton_details, String _json_content, int _add_type) protected
SubscriptionImpl
(SubscriptionManagerImpl _manager, Map map) protected
SubscriptionRSSFeed
(SubscriptionManagerImpl _manager, PluginInterface _plugin_interface) protected