|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use StorageListener | |
---|---|
org.klomp.snark | I2P version of the snark bittorrent client, imported in 2005 and heavily enhanced to add a web UI, DHT support, and other features. |
org.klomp.snark.web | The i2psnark user interface, implemented as a webapp in i2psnark.war. |
Uses of StorageListener in org.klomp.snark |
---|
Classes in org.klomp.snark that implement StorageListener | |
---|---|
class |
Snark
Main Snark program startup class. |
Constructors in org.klomp.snark with parameters of type StorageListener | |
---|---|
Snark(I2PSnarkUtil util,
String torrent,
String ip,
int user_port,
StorageListener slistener,
CoordinatorListener clistener,
CompleteListener complistener,
PeerCoordinatorSet peerCoordinatorSet,
ConnectionAcceptor connectionAcceptor,
boolean start,
String rootDir)
multitorrent |
|
Snark(I2PSnarkUtil util,
String torrent,
String ip,
int user_port,
StorageListener slistener,
CoordinatorListener clistener,
CompleteListener complistener,
PeerCoordinatorSet peerCoordinatorSet,
ConnectionAcceptor connectionAcceptor,
boolean start,
String rootDir,
File baseFile)
multitorrent |
|
Storage(I2PSnarkUtil util,
File baseFile,
MetaInfo metainfo,
StorageListener listener,
boolean preserveFileNames)
Creates a new storage based on the supplied MetaInfo. |
|
Storage(I2PSnarkUtil util,
File baseFile,
String announce,
List<List<String>> announce_list,
boolean privateTorrent,
StorageListener listener)
Creates a storage from the existing file or directory. |
Uses of StorageListener in org.klomp.snark.web |
---|
Classes in org.klomp.snark.web that implement StorageListener | |
---|---|
class |
FetchAndAdd
A cancellable torrent file downloader. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |