Uses of Interface
org.klomp.snark.ShutdownListener
Package | Description |
---|---|
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 ShutdownListener in org.klomp.snark
Classes in org.klomp.snark that implement ShutdownListener Modifier and Type Class Description class
Snark
Main Snark program startup class.Constructors in org.klomp.snark with parameters of type ShutdownListener Constructor Description SnarkShutdown(Storage storage, PeerCoordinator coordinator, ConnectionAcceptor acceptor, TrackerClient trackerclient, ShutdownListener listener)
Deprecated. -
Uses of ShutdownListener in org.klomp.snark.web
Classes in org.klomp.snark.web that implement ShutdownListener Modifier and Type Class Description class
FetchAndAdd
A cancellable torrent file downloader.