Uses of Class
org.klomp.snark.comments.Comment
Packages that use Comment
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.
Data structures to support ut_comment, since 0.9.31.
-
Uses of Comment in org.klomp.snark
Method parameters in org.klomp.snark with type arguments of type CommentModifier and TypeMethodDescriptionboolean
Snark.addComments
(List<Comment> comments) Add to the current comment set for this torrent, creating it if it didn't previously exist.void
PeerCoordinator.gotComments
(Peer peer, List<Comment> comments) Called when comments are received via ut_commentvoid
PeerListener.gotComments
(Peer peer, List<Comment> comments) Called when comments are received via ut_comment -
Uses of Comment in org.klomp.snark.comments
Methods in org.klomp.snark.comments that return CommentMethods in org.klomp.snark.comments that return types with arguments of type CommentMethods in org.klomp.snark.comments with parameters of type CommentModifier and TypeMethodDescriptionboolean
Max length for strings enforced in Comment.java.int
reverseboolean
Comment.equalsIgnoreTimestamp
(Comment c) Ignores timestampConstructor parameters in org.klomp.snark.comments with type arguments of type Comment