|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use OpenNapDownloadContainerData | |
---|---|
org.xnap.plugin.opennap.net | Provides the OpenNap network communication classes for search, transfer and chat. |
org.xnap.plugin.opennap.util |
Uses of OpenNapDownloadContainerData in org.xnap.plugin.opennap.net |
---|
Methods in org.xnap.plugin.opennap.net with parameters of type OpenNapDownloadContainerData | |
---|---|
void |
OpenNapResumeRepository.add(java.io.File path,
OpenNapDownloadContainerData download)
Adds a download to the repository. |
void |
OpenNapResumeRepository.remove(OpenNapDownloadContainerData download)
Removes a download from the repository, i.e. when the download has succeeded. |
Constructors in org.xnap.plugin.opennap.net with parameters of type OpenNapDownloadContainerData | |
---|---|
OpenNapDownloadContainer(OpenNapDownloadContainerData data)
Invoked by OpenNapResumeRepository when restoring download from
resume data. |
Uses of OpenNapDownloadContainerData in org.xnap.plugin.opennap.util |
---|
Methods in org.xnap.plugin.opennap.util with parameters of type OpenNapDownloadContainerData | |
---|---|
void |
OpenNapBinaryResumeRepository.add(OpenNapDownloadContainerData data)
Adds file to the repository. |
void |
OpenNapBinaryResumeRepository.remove(OpenNapDownloadContainerData data)
Removes file from the repository. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |