Uses of Interface
com.biglybt.pif.torrent.TorrentAttribute
Packages that use TorrentAttribute
Package
Description
-
Uses of TorrentAttribute in com.biglybt.core.content
Fields in com.biglybt.core.content declared as TorrentAttributeModifier and TypeFieldDescriptionprivate static TorrentAttributePlatformContentDirectory.ta_categoryprivate TorrentAttributeRelatedContentManager.ta_categoryprivate TorrentAttributeRelatedContentManager.ta_networks -
Uses of TorrentAttribute in com.biglybt.core.devices.impl
Fields in com.biglybt.core.devices.impl declared as TorrentAttributeModifier and TypeFieldDescriptionprivate TorrentAttributeTranscodeManagerImpl.category_taprivate TorrentAttributeDeviceManagerImpl.od_manual_ta(package private) static TorrentAttributeDeviceMediaRendererImpl.share_taprivate TorrentAttributeDeviceManagerUPnPImpl.ta_categoryprivate TorrentAttributeTranscodeManagerImpl.tag_taMethods in com.biglybt.core.devices.impl that return TorrentAttributeModifier and TypeMethodDescriptionprotected TorrentAttributeDeviceManagerUPnPImpl.getCategoryAttibute() -
Uses of TorrentAttribute in com.biglybt.core.download
Fields in com.biglybt.core.download declared as TorrentAttribute -
Uses of TorrentAttribute in com.biglybt.core.lws
Methods in com.biglybt.core.lws with parameters of type TorrentAttributeModifier and TypeMethodDescriptionvoidLWSDownload.addAttributeListener(DownloadAttributeListener l, TorrentAttribute attr, int event_type) LWSDownload.getAttribute(TorrentAttribute attribute) booleanLWSDownload.getBooleanAttribute(TorrentAttribute name) intLWSDownload.getIntAttribute(TorrentAttribute name) String[]LWSDownload.getListAttribute(TorrentAttribute attribute) longLWSDownload.getLongAttribute(TorrentAttribute name) LWSDownload.getMapAttribute(TorrentAttribute attribute) booleanLWSDownload.hasAttribute(TorrentAttribute name) voidLWSDownload.removeAttributeListener(DownloadAttributeListener l, TorrentAttribute attr, int event_type) voidLWSDownload.setAttribute(TorrentAttribute attribute, String value) voidLWSDownload.setBooleanAttribute(TorrentAttribute name, boolean value) voidLWSDownload.setIntAttribute(TorrentAttribute name, int value) voidLWSDownload.setListAttribute(TorrentAttribute attribute, String[] value) voidLWSDownload.setLongAttribute(TorrentAttribute name, long value) voidLWSDownload.setMapAttribute(TorrentAttribute attribute, Map value) -
Uses of TorrentAttribute in com.biglybt.core.networkmanager.admin.impl
Fields in com.biglybt.core.networkmanager.admin.impl declared as TorrentAttributeModifier and TypeFieldDescriptionprivate static TorrentAttributeNetworkAdminSpeedTesterBTImpl.speedTestAttrib -
Uses of TorrentAttribute in com.biglybt.core.speedmanager
Fields in com.biglybt.core.speedmanager declared as TorrentAttributeModifier and TypeFieldDescription(package private) final TorrentAttributeSpeedLimitHandler.category_attribute -
Uses of TorrentAttribute in com.biglybt.core.subs.impl
Fields in com.biglybt.core.subs.impl declared as TorrentAttributeModifier and TypeFieldDescriptionprivate TorrentAttributeSubscriptionManagerImpl.ta_categoryprivate TorrentAttributeSubscriptionManagerImpl.ta_networksprivate TorrentAttributeSubscriptionManagerImpl.ta_subs_downloadprivate TorrentAttributeSubscriptionManagerImpl.ta_subs_download_rdprivate TorrentAttributeSubscriptionManagerImpl.ta_subscription_info -
Uses of TorrentAttribute in com.biglybt.pif.download
Methods in com.biglybt.pif.download with parameters of type TorrentAttributeModifier and TypeMethodDescriptionvoidDownloadEventNotifier.addAttributeListener(DownloadAttributeListener l, TorrentAttribute attr, int event_type) Adds a listener that will be informed of when attributes on a download have been read / modified.voidDownloadAttributeListener.attributeEventOccurred(Download download, TorrentAttribute attribute, int event_type) This method will be called when an attribute event occurs.Download.getAttribute(TorrentAttribute attribute) Gets an attribute of this download.booleanDownload.getBooleanAttribute(TorrentAttribute attribute) Gets the value of the given attribute from the download.intDownload.getIntAttribute(TorrentAttribute attribute) Gets the value of the given attribute from the download.String[]Download.getListAttribute(TorrentAttribute attribute) longDownload.getLongAttribute(TorrentAttribute attribute) Gets the value of the given attribute from the download.longDownloadStub.getLongAttribute(TorrentAttribute attribute) There are logically separate from the un-stubbed download, if you want to synchronize values from non-stub and stub then it is up to you to do it.Download.getMapAttribute(TorrentAttribute attribute) booleanDownload.hasAttribute(TorrentAttribute attribute) Returnstrueif the download has an explicit value stored for the given attribute.voidDownloadEventNotifier.removeAttributeListener(DownloadAttributeListener l, TorrentAttribute attr, int event_type) voidDownload.setAttribute(TorrentAttribute attribute, String value) Sets an attribute of this download.voidDownload.setBooleanAttribute(TorrentAttribute attribute, boolean value) Sets a boolean attribute on this download.voidDownload.setIntAttribute(TorrentAttribute attribute, int value) Sets an integer attribute on this download.voidDownload.setListAttribute(TorrentAttribute attribute, String[] value) voidDownload.setLongAttribute(TorrentAttribute attribute, long value) Sets a long attribute on this download.voidDownloadStub.setLongAttribute(TorrentAttribute attribute, long value) voidDownload.setMapAttribute(TorrentAttribute attribute, Map value) -
Uses of TorrentAttribute in com.biglybt.pif.sharing
Methods in com.biglybt.pif.sharing that return TorrentAttributeModifier and TypeMethodDescriptionShareResource.getAttributes()get the defined attributes for this resourceMethods in com.biglybt.pif.sharing with parameters of type TorrentAttributeModifier and TypeMethodDescriptionShareResource.getAttribute(TorrentAttribute attribute) voidShareResource.setAttribute(TorrentAttribute attribute, String value) -
Uses of TorrentAttribute in com.biglybt.pif.torrent
Methods in com.biglybt.pif.torrent that return TorrentAttributeModifier and TypeMethodDescriptionTorrentAttributeEvent.getAttribute()TorrentManager.getAttribute(String name) Gives access to the standard built-in attributesTorrentManager.getDefinedAttributes()Gives access to the currently defined torrent attributes.TorrentManager.getPluginAttribute(String name) Gives access to/creates arbitrary String attributes for plugins to use. -
Uses of TorrentAttribute in com.biglybt.pifimpl.local.ddb
Fields in com.biglybt.pifimpl.local.ddb declared as TorrentAttribute -
Uses of TorrentAttribute in com.biglybt.pifimpl.local.download
Fields in com.biglybt.pifimpl.local.download declared as TorrentAttributeModifier and TypeFieldDescriptionprivate TorrentAttributeDownloadEventNotifierImpl.DownloadAttributeNotifier.taMethods in com.biglybt.pifimpl.local.download that return TorrentAttributeModifier and TypeMethodDescriptionprotected TorrentAttributeDownloadImpl.convertAttribute(String name) Methods in com.biglybt.pifimpl.local.download with parameters of type TorrentAttributeModifier and TypeMethodDescriptionvoidDownloadEventNotifierImpl.addAttributeListener(DownloadAttributeListener listener, TorrentAttribute ta, int event_type) voidDownloadImpl.addAttributeListener(DownloadAttributeListener listener, TorrentAttribute attr, int event_type) voidDownloadEventNotifierImpl.DownloadAttributeNotifier.attributeEventOccurred(Download d, TorrentAttribute ta, int event_type) protected StringDownloadImpl.convertAttribute(TorrentAttribute attribute) DownloadImpl.getAttribute(TorrentAttribute attribute) booleanDownloadImpl.getBooleanAttribute(TorrentAttribute attribute) intDownloadImpl.getIntAttribute(TorrentAttribute attribute) String[]DownloadImpl.getListAttribute(TorrentAttribute attribute) longDownloadImpl.getLongAttribute(TorrentAttribute attribute) longDownloadStubImpl.getLongAttribute(TorrentAttribute attribute) DownloadImpl.getMapAttribute(TorrentAttribute attribute) booleanDownloadImpl.hasAttribute(TorrentAttribute attribute) voidDownloadEventNotifierImpl.removeAttributeListener(DownloadAttributeListener listener, TorrentAttribute ta, int event_type) voidDownloadImpl.removeAttributeListener(DownloadAttributeListener listener, TorrentAttribute attr, int event_type) voidDownloadImpl.setAttribute(TorrentAttribute attribute, String value) voidDownloadImpl.setBooleanAttribute(TorrentAttribute attribute, boolean value) voidDownloadImpl.setIntAttribute(TorrentAttribute attribute, int value) voidDownloadImpl.setListAttribute(TorrentAttribute attribute, String[] value) voidDownloadImpl.setLongAttribute(TorrentAttribute attribute, long value) voidDownloadStubImpl.setLongAttribute(TorrentAttribute attribute, long value) voidDownloadImpl.setMapAttribute(TorrentAttribute attribute, Map value) Constructors in com.biglybt.pifimpl.local.download with parameters of type TorrentAttribute -
Uses of TorrentAttribute in com.biglybt.pifimpl.local.sharing
Methods in com.biglybt.pifimpl.local.sharing that return TorrentAttributeModifier and TypeMethodDescriptionShareResourceDirContentsImpl.shareNode.getAttributes()ShareResourceImpl.getAttributes()Methods in com.biglybt.pifimpl.local.sharing with parameters of type TorrentAttributeModifier and TypeMethodDescriptionShareResourceDirContentsImpl.shareNode.getAttribute(TorrentAttribute attribute) ShareResourceImpl.getAttribute(TorrentAttribute attribute) voidShareResourceDirContentsImpl.shareNode.setAttribute(TorrentAttribute attribute, String value) voidShareResourceImpl.setAttribute(TorrentAttribute attribute, String value) -
Uses of TorrentAttribute in com.biglybt.pifimpl.local.torrent
Classes in com.biglybt.pifimpl.local.torrent that implement TorrentAttributeModifier and TypeClassDescription(package private) classclassclassclassclassclassclassclassclassclassFields in com.biglybt.pifimpl.local.torrent declared as TorrentAttributeModifier and TypeFieldDescriptionprivate static TorrentAttributeTorrentManagerImpl.category_attributeprivate static TorrentAttributeTorrentManagerImpl.comment_attributeprivate static TorrentAttributeTorrentManagerImpl.disp_name_attributeprivate static TorrentAttributeTorrentManagerImpl.networks_attributeprivate static TorrentAttributeTorrentManagerImpl.peer_sources_attributeprivate static TorrentAttributeTorrentManagerImpl.relative_save_path_attributeprivate static TorrentAttributeTorrentManagerImpl.share_properties_attributeprivate static TorrentAttributeTorrentManagerImpl.tr_ext_attributeFields in com.biglybt.pifimpl.local.torrent with type parameters of type TorrentAttributeModifier and TypeFieldDescriptionprivate static Map<String, TorrentAttribute> TorrentManagerImpl.attribute_mapMethods in com.biglybt.pifimpl.local.torrent that return TorrentAttributeModifier and TypeMethodDescriptionTorrentManagerImpl.getAttribute(String name) TorrentManagerImpl.getDefinedAttributes()TorrentManagerImpl.getPluginAttribute(String name) -
Uses of TorrentAttribute in com.biglybt.pifimpl.remote.download
Methods in com.biglybt.pifimpl.remote.download with parameters of type TorrentAttributeModifier and TypeMethodDescriptionvoidRPDownload.addAttributeListener(DownloadAttributeListener l, TorrentAttribute a, int e) RPDownload.getAttribute(TorrentAttribute attribute) booleanRPDownload.getBooleanAttribute(TorrentAttribute ta) intRPDownload.getIntAttribute(TorrentAttribute ta) String[]RPDownload.getListAttribute(TorrentAttribute attribute) longRPDownload.getLongAttribute(TorrentAttribute ta) RPDownload.getMapAttribute(TorrentAttribute attribute) booleanRPDownload.hasAttribute(TorrentAttribute ta) voidRPDownload.removeAttributeListener(DownloadAttributeListener l, TorrentAttribute a, int e) voidRPDownload.setAttribute(TorrentAttribute attribute, String value) voidRPDownload.setBooleanAttribute(TorrentAttribute ta, boolean value) voidRPDownload.setIntAttribute(TorrentAttribute ta, int value) voidRPDownload.setListAttribute(TorrentAttribute ta, String[] value) voidRPDownload.setLongAttribute(TorrentAttribute ta, long value) voidRPDownload.setMapAttribute(TorrentAttribute attribute, Map value) -
Uses of TorrentAttribute in com.biglybt.pifimpl.remote.torrent
Methods in com.biglybt.pifimpl.remote.torrent that return TorrentAttributeModifier and TypeMethodDescriptionRPTorrentManager.getAttribute(String name) RPTorrentManager.getDefinedAttributes()RPTorrentManager.getPluginAttribute(String name) -
Uses of TorrentAttribute in com.biglybt.plugin.net.buddy
Fields in com.biglybt.plugin.net.buddy declared as TorrentAttribute -
Uses of TorrentAttribute in com.biglybt.plugin.net.buddy.tracker
Fields in com.biglybt.plugin.net.buddy.tracker declared as TorrentAttribute -
Uses of TorrentAttribute in com.biglybt.plugin.tracker.dht
Fields in com.biglybt.plugin.tracker.dht declared as TorrentAttributeModifier and TypeFieldDescriptionprivate TorrentAttributeDHTTrackerPlugin.ta_networksprivate TorrentAttributeDHTTrackerPlugin.ta_peer_sourcesMethods in com.biglybt.plugin.tracker.dht with parameters of type TorrentAttributeModifier and TypeMethodDescriptionvoidDHTTrackerPlugin.attributeEventOccurred(Download download, TorrentAttribute attr, int event_type) -
Uses of TorrentAttribute in com.biglybt.plugin.tracker.local
Fields in com.biglybt.plugin.tracker.local declared as TorrentAttributeModifier and TypeFieldDescriptionprivate TorrentAttributeLocalTrackerPlugin.ta_networksprivate TorrentAttributeLocalTrackerPlugin.ta_peer_sources -
Uses of TorrentAttribute in com.biglybt.ui.swt.views
Fields in com.biglybt.ui.swt.views declared as TorrentAttributeModifier and TypeFieldDescriptionprotected static final TorrentAttributeMySharesView.category_attributeprotected static final TorrentAttributeMyTrackerView.category_attribute