Uses of Class
org.klomp.snark.comments.CommentSet
Package
Description
I2P version of the snark bittorrent client, imported in 2005 and heavily enhanced
to add a web UI, DHT support, and other features.
-
Uses of CommentSet in org.klomp.snark
Modifier and TypeMethodDescriptionSnark.getComments()
The current comment set for this torrent.CompleteListener.getSavedComments
(Snark snark) SnarkManager.getSavedComments
(Snark snark) The conmments for a torrentUpdateRunner.getSavedComments
(Snark snark) Modifier and TypeMethodDescriptionvoid
CompleteListener.locked_saveComments
(Snark snark, CommentSet comments) void
SnarkManager.locked_saveComments
(Snark snark, CommentSet comments) Save the conmments for a torrent Caller must synchronize on comments.void
UpdateRunner.locked_saveComments
(Snark snark, CommentSet comments) static void
ExtensionHandler.locked_sendComments
(Peer peer, int num, CommentSet comments) Send comments Caller must sync on comments