Uses of Class
com.biglybt.core.subs.SubscriptionException
Packages that use SubscriptionException
Package
Description
-
Uses of SubscriptionException in com.biglybt.core.subs
Methods in com.biglybt.core.subs with parameters of type SubscriptionExceptionModifier and TypeMethodDescriptionvoidSubscriptionDownloadListener.failed(Subscription subs, SubscriptionException error) voidSubscriptionLookupListener.failed(byte[] hash, SubscriptionException error) voidSubscriptionPopularityListener.failed(SubscriptionException error) Methods in com.biglybt.core.subs that throw SubscriptionExceptionModifier and TypeMethodDescriptionSubscription.cloneWithNewEngine(Engine engine) SubscriptionManager.createFromURI(String uri) SubscriptionManager.createRSS(String name, URL url, int check_interval_mins, boolean anonymous, Map user_data) SubscriptionManager.createSingletonRSS(String name, URL url, int check_interval_mins, boolean is_anon) SubscriptionManager.createSubscriptionTemplate(String name) booleanSubscriptionScheduler.download(Subscription subs, boolean is_auto) voidSubscriptionScheduler.download(Subscription subs, boolean is_auto, SubscriptionDownloadListener listener) voidSubscriptionScheduler.downloadAsync(Subscription subs, boolean is_auto) Subscription.getEngine()Subscription.getFilters()Subscription.getJSON()voidSubscription.getPopularity(SubscriptionPopularityListener listener) Subscription.getVuzeFile()SubscriptionManager.lookupAssociations(byte[] hash, SubscriptionLookupListener listener) Deprecated.SubscriptionManager.lookupAssociations(byte[] hash, String description, SubscriptionLookupListener listener) Full lookupSubscriptionManager.lookupAssociations(byte[] hash, String description, String[] networks, SubscriptionLookupListener listener) voidSubscriptionResultFilter.save()booleanSubscription.setDetails(String name, boolean is_public, String json) booleanvoidvoidSubscription.setPublic(boolean is_public) -
Uses of SubscriptionException in com.biglybt.core.subs.impl
Methods in com.biglybt.core.subs.impl that throw SubscriptionExceptionModifier and TypeMethodDescriptionprotected voidSubscriptionManagerImpl.checkSingletonPublish(SubscriptionImpl subs) protected voidSubscriptionImpl.cloneWithNewEngine(Engine engine) SubscriptionManagerImpl.createFromURI(String uri) SubscriptionManagerImpl.createRSS(String name, URL url, int check_interval_mins, boolean is_anonymous, Map user_data) SubscriptionManagerImpl.createSingletonRSS(String name, URL url, int check_interval_mins, boolean is_anon) protected SubscriptionImplSubscriptionManagerImpl.createSingletonRSSSupport(String name, URL url, boolean is_public, int check_interval_mins, boolean is_anon, int add_type, boolean subscribe) protected SubscriptionImplSubscriptionManagerImpl.createSingletonSubscription(Map singleton_details, int add_type, boolean subscribe) SubscriptionManagerImpl.createSubscriptionTemplate(String name) protected voidSubscriptionDownloader.download()booleanSubscriptionSchedulerImpl.download(Subscription subs, boolean is_auto) voidSubscriptionSchedulerImpl.downloadAsync(Subscription subs, boolean is_auto) SubscriptionImpl.getEngine()protected EngineSubscriptionImpl.getEngine(boolean local_only) protected EngineSubscriptionManagerImpl.getEngine(SubscriptionImpl subs, Map json_map, boolean local_only) SubscriptionImpl.getFilters()SubscriptionImpl.getJSON()voidSubscriptionImpl.getPopularity(SubscriptionPopularityListener listener) protected voidSubscriptionManagerImpl.getPopularity(SubscriptionImpl subs, SubscriptionPopularityListener listener) protected MapSubscriptionManagerImpl.getSingletonMap(String name, URL url, boolean is_public, int check_interval_mins, boolean is_anon) protected SubscriptionImplSubscriptionManagerImpl.getSubscriptionFromPlatform(byte[] sid, boolean is_anon, int add_type) protected SubscriptionImplSubscriptionManagerImpl.getSubscriptionFromVuzeFile(byte[] sid, int add_type, VuzeFile vf) protected SubscriptionImplSubscriptionManagerImpl.getSubscriptionFromVuzeFile(byte[] sid, int add_type, File file) protected SubscriptionImplSubscriptionManagerImpl.getSubscriptionFromVuzeFileContent(byte[] sid, int add_type, String content) SubscriptionImpl.getVuzeFile()SubscriptionManagerImpl.importSubscription(int type, Map map, boolean warn_user) SubscriptionManagerImpl.lookupAssociations(byte[] hash, SubscriptionLookupListener listener) SubscriptionManagerImpl.lookupAssociations(byte[] hash, String description, SubscriptionLookupListener listener) SubscriptionManagerImpl.lookupAssociations(byte[] hash, String description, String[] networks, SubscriptionLookupListener listener) private SubscriptionAssociationLookupSubscriptionManagerImpl.lookupAssociations(DHTPluginInterface dht_plugin, byte[] hash, String description, SubscriptionLookupListener listener) protected SubscriptionAssociationLookupSubscriptionManagerImpl.lookupAssociationsSupport(DHTPluginInterface dht_plugin, byte[] hash, String description, SubscriptionLookupListener _listener) protected SubscriptionImplSubscriptionManagerImpl.lookupSingletonRSS(String name, URL url, boolean is_public, int check_interval_mins, boolean is_anon) protected voidvoidSubscriptionResultFilterImpl.save()booleanSubscriptionImpl.setDetails(String _name, boolean _is_public, String _json) booleanvoidvoidSubscriptionImpl.setPublic(boolean _is_public) voidSubscriptionSchedulerImpl.subscriptionRequested(SearchProvider sp, Map<String, Object> properties) protected voidSubscriptionImpl.syncFromBody(SubscriptionBodyImpl body) protected voidSubscriptionImpl.syncToBody(SubscriptionBodyImpl body) protected voidSubscriptionImpl.upgrade(SubscriptionBodyImpl body) protected voidSubscriptionBodyImpl.writeVuzeFile(SubscriptionImpl subs) Constructors in com.biglybt.core.subs.impl that throw SubscriptionExceptionModifierConstructorDescriptionprotectedSubscriptionBodyImpl(SubscriptionManagerImpl _manager, SubscriptionImpl _subs) protectedSubscriptionDownloader(SubscriptionManagerImpl _manager, SubscriptionImpl _subs) protectedSubscriptionImpl(SubscriptionManagerImpl _manager, SubscriptionBodyImpl _body, int _add_type, boolean _is_subscribed) protectedSubscriptionImpl(SubscriptionManagerImpl _manager, String _name, boolean _public, boolean _anonymous, Map _singleton_details, String _json_content, int _add_type) -
Uses of SubscriptionException in com.biglybt.ui.swt.subscriptions
Methods in com.biglybt.ui.swt.subscriptions with parameters of type SubscriptionExceptionModifier and TypeMethodDescriptionvoidSubscriptionListWindow.failed(byte[] hash, SubscriptionException error)