|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Queueable | |
---|---|
org.xnap.plugin.jtella | A Gnutella plugin based on the JTella library. |
org.xnap.plugin.opennap.net | Provides the OpenNap network communication classes for search, transfer and chat. |
org.xnap.transfer | Provides interfaces and classes for transfers. |
Uses of Queueable in org.xnap.plugin.jtella |
---|
Classes in org.xnap.plugin.jtella that implement Queueable | |
---|---|
class |
JTellaDownloadContainer
Manages JTellaDownload objects. |
Uses of Queueable in org.xnap.plugin.opennap.net |
---|
Classes in org.xnap.plugin.opennap.net that implement Queueable | |
---|---|
class |
OpenNapDownloadContainer
|
class |
OpenNapUpload
|
Uses of Queueable in org.xnap.transfer |
---|
Methods in org.xnap.transfer with parameters of type Queueable | |
---|---|
int |
TransferQueue.add(Queueable item)
Adds item to the queue. |
double |
TransferQueue.calculatePriority(Queueable item)
|
boolean |
TransferQueue.remove(Queueable item)
Removes item from the queue and updates the position
of all tail items. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |