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 TorrentAttribute
PlatformContentDirectory.ta_category
private TorrentAttribute
RelatedContentManager.ta_category
private TorrentAttribute
RelatedContentManager.ta_networks
-
Uses of TorrentAttribute in com.biglybt.core.devices.impl
Fields in com.biglybt.core.devices.impl declared as TorrentAttributeModifier and TypeFieldDescriptionprivate TorrentAttribute
TranscodeManagerImpl.category_ta
private TorrentAttribute
DeviceManagerImpl.od_manual_ta
(package private) static TorrentAttribute
DeviceMediaRendererImpl.share_ta
private TorrentAttribute
DeviceManagerUPnPImpl.ta_category
private TorrentAttribute
TranscodeManagerImpl.tag_ta
Methods in com.biglybt.core.devices.impl that return TorrentAttributeModifier and TypeMethodDescriptionprotected TorrentAttribute
DeviceManagerUPnPImpl.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 TypeMethodDescriptionvoid
LWSDownload.addAttributeListener
(DownloadAttributeListener l, TorrentAttribute attr, int event_type) LWSDownload.getAttribute
(TorrentAttribute attribute) boolean
LWSDownload.getBooleanAttribute
(TorrentAttribute name) int
LWSDownload.getIntAttribute
(TorrentAttribute name) String[]
LWSDownload.getListAttribute
(TorrentAttribute attribute) long
LWSDownload.getLongAttribute
(TorrentAttribute name) LWSDownload.getMapAttribute
(TorrentAttribute attribute) boolean
LWSDownload.hasAttribute
(TorrentAttribute name) void
LWSDownload.removeAttributeListener
(DownloadAttributeListener l, TorrentAttribute attr, int event_type) void
LWSDownload.setAttribute
(TorrentAttribute attribute, String value) void
LWSDownload.setBooleanAttribute
(TorrentAttribute name, boolean value) void
LWSDownload.setIntAttribute
(TorrentAttribute name, int value) void
LWSDownload.setListAttribute
(TorrentAttribute attribute, String[] value) void
LWSDownload.setLongAttribute
(TorrentAttribute name, long value) void
LWSDownload.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 TorrentAttribute
NetworkAdminSpeedTesterBTImpl.speedTestAttrib
-
Uses of TorrentAttribute in com.biglybt.core.speedmanager
Fields in com.biglybt.core.speedmanager declared as TorrentAttributeModifier and TypeFieldDescription(package private) final TorrentAttribute
SpeedLimitHandler.category_attribute
-
Uses of TorrentAttribute in com.biglybt.core.subs.impl
Fields in com.biglybt.core.subs.impl declared as TorrentAttributeModifier and TypeFieldDescriptionprivate TorrentAttribute
SubscriptionManagerImpl.ta_category
private TorrentAttribute
SubscriptionManagerImpl.ta_networks
private TorrentAttribute
SubscriptionManagerImpl.ta_subs_download
private TorrentAttribute
SubscriptionManagerImpl.ta_subs_download_rd
private TorrentAttribute
SubscriptionManagerImpl.ta_subscription_info
-
Uses of TorrentAttribute in com.biglybt.pif.download
Methods in com.biglybt.pif.download with parameters of type TorrentAttributeModifier and TypeMethodDescriptionvoid
DownloadEventNotifier.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.void
DownloadAttributeListener.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.boolean
Download.getBooleanAttribute
(TorrentAttribute attribute) Gets the value of the given attribute from the download.int
Download.getIntAttribute
(TorrentAttribute attribute) Gets the value of the given attribute from the download.String[]
Download.getListAttribute
(TorrentAttribute attribute) long
Download.getLongAttribute
(TorrentAttribute attribute) Gets the value of the given attribute from the download.long
DownloadStub.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) boolean
Download.hasAttribute
(TorrentAttribute attribute) Returnstrue
if the download has an explicit value stored for the given attribute.void
DownloadEventNotifier.removeAttributeListener
(DownloadAttributeListener l, TorrentAttribute attr, int event_type) Removes a listener object added via themethod.
void
Download.setAttribute
(TorrentAttribute attribute, String value) Sets an attribute of this download.void
Download.setBooleanAttribute
(TorrentAttribute attribute, boolean value) Sets a boolean attribute on this download.void
Download.setIntAttribute
(TorrentAttribute attribute, int value) Sets an integer attribute on this download.void
Download.setListAttribute
(TorrentAttribute attribute, String[] value) void
Download.setLongAttribute
(TorrentAttribute attribute, long value) Sets a long attribute on this download.void
DownloadStub.setLongAttribute
(TorrentAttribute attribute, long value) void
Download.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) void
ShareResource.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 TorrentAttribute
DownloadEventNotifierImpl.DownloadAttributeNotifier.ta
Methods in com.biglybt.pifimpl.local.download that return TorrentAttributeModifier and TypeMethodDescriptionprotected TorrentAttribute
DownloadImpl.convertAttribute
(String name) Methods in com.biglybt.pifimpl.local.download with parameters of type TorrentAttributeModifier and TypeMethodDescriptionvoid
DownloadEventNotifierImpl.addAttributeListener
(DownloadAttributeListener listener, TorrentAttribute ta, int event_type) void
DownloadImpl.addAttributeListener
(DownloadAttributeListener listener, TorrentAttribute attr, int event_type) void
DownloadEventNotifierImpl.DownloadAttributeNotifier.attributeEventOccurred
(Download d, TorrentAttribute ta, int event_type) protected String
DownloadImpl.convertAttribute
(TorrentAttribute attribute) DownloadImpl.getAttribute
(TorrentAttribute attribute) boolean
DownloadImpl.getBooleanAttribute
(TorrentAttribute attribute) int
DownloadImpl.getIntAttribute
(TorrentAttribute attribute) String[]
DownloadImpl.getListAttribute
(TorrentAttribute attribute) long
DownloadImpl.getLongAttribute
(TorrentAttribute attribute) long
DownloadStubImpl.getLongAttribute
(TorrentAttribute attribute) DownloadImpl.getMapAttribute
(TorrentAttribute attribute) boolean
DownloadImpl.hasAttribute
(TorrentAttribute attribute) void
DownloadEventNotifierImpl.removeAttributeListener
(DownloadAttributeListener listener, TorrentAttribute ta, int event_type) void
DownloadImpl.removeAttributeListener
(DownloadAttributeListener listener, TorrentAttribute attr, int event_type) void
DownloadImpl.setAttribute
(TorrentAttribute attribute, String value) void
DownloadImpl.setBooleanAttribute
(TorrentAttribute attribute, boolean value) void
DownloadImpl.setIntAttribute
(TorrentAttribute attribute, int value) void
DownloadImpl.setListAttribute
(TorrentAttribute attribute, String[] value) void
DownloadImpl.setLongAttribute
(TorrentAttribute attribute, long value) void
DownloadStubImpl.setLongAttribute
(TorrentAttribute attribute, long value) void
DownloadImpl.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) void
ShareResourceDirContentsImpl.shareNode.setAttribute
(TorrentAttribute attribute, String value) void
ShareResourceImpl.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) class
class
class
class
class
class
class
class
class
class
Fields in com.biglybt.pifimpl.local.torrent declared as TorrentAttributeModifier and TypeFieldDescriptionprivate static TorrentAttribute
TorrentManagerImpl.category_attribute
private static TorrentAttribute
TorrentManagerImpl.comment_attribute
private static TorrentAttribute
TorrentManagerImpl.disp_name_attribute
private static TorrentAttribute
TorrentManagerImpl.networks_attribute
private static TorrentAttribute
TorrentManagerImpl.peer_sources_attribute
private static TorrentAttribute
TorrentManagerImpl.relative_save_path_attribute
private static TorrentAttribute
TorrentManagerImpl.share_properties_attribute
private static TorrentAttribute
TorrentManagerImpl.tr_ext_attribute
Fields in com.biglybt.pifimpl.local.torrent with type parameters of type TorrentAttributeModifier and TypeFieldDescriptionprivate static Map<String,
TorrentAttribute> TorrentManagerImpl.attribute_map
Methods 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 TypeMethodDescriptionvoid
RPDownload.addAttributeListener
(DownloadAttributeListener l, TorrentAttribute a, int e) RPDownload.getAttribute
(TorrentAttribute attribute) boolean
RPDownload.getBooleanAttribute
(TorrentAttribute ta) int
RPDownload.getIntAttribute
(TorrentAttribute ta) String[]
RPDownload.getListAttribute
(TorrentAttribute attribute) long
RPDownload.getLongAttribute
(TorrentAttribute ta) RPDownload.getMapAttribute
(TorrentAttribute attribute) boolean
RPDownload.hasAttribute
(TorrentAttribute ta) void
RPDownload.removeAttributeListener
(DownloadAttributeListener l, TorrentAttribute a, int e) void
RPDownload.setAttribute
(TorrentAttribute attribute, String value) void
RPDownload.setBooleanAttribute
(TorrentAttribute ta, boolean value) void
RPDownload.setIntAttribute
(TorrentAttribute ta, int value) void
RPDownload.setListAttribute
(TorrentAttribute ta, String[] value) void
RPDownload.setLongAttribute
(TorrentAttribute ta, long value) void
RPDownload.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 TorrentAttribute
DHTTrackerPlugin.ta_networks
private TorrentAttribute
DHTTrackerPlugin.ta_peer_sources
Methods in com.biglybt.plugin.tracker.dht with parameters of type TorrentAttributeModifier and TypeMethodDescriptionvoid
DHTTrackerPlugin.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 TorrentAttribute
LocalTrackerPlugin.ta_networks
private TorrentAttribute
LocalTrackerPlugin.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 TorrentAttribute
MySharesView.category_attribute
protected static final TorrentAttribute
MyTrackerView.category_attribute