Uses of Class
org.klomp.snark.comments.CommentSet
-
Packages that use CommentSet 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. -
-
Uses of CommentSet in org.klomp.snark
Methods in org.klomp.snark that return CommentSet Modifier and Type Method Description CommentSetSnark. getComments()The current comment set for this torrent.CommentSetCompleteListener. getSavedComments(Snark snark)CommentSetSnarkManager. getSavedComments(Snark snark)The conmments for a torrentCommentSetUpdateRunner. getSavedComments(Snark snark)Methods in org.klomp.snark with parameters of type CommentSet Modifier and Type Method Description voidCompleteListener. locked_saveComments(Snark snark, CommentSet comments)voidSnarkManager. locked_saveComments(Snark snark, CommentSet comments)Save the conmments for a torrent Caller must synchronize on comments.voidUpdateRunner. locked_saveComments(Snark snark, CommentSet comments)static voidExtensionHandler. locked_sendComments(Peer peer, int num, CommentSet comments)Send comments Caller must sync on comments
-