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 TypeMethodDescriptionbooleanSnark.addComments(List<Comment> comments) Add to the current comment set for this torrent, creating it if it didn't previously exist.voidPeerCoordinator.gotComments(Peer peer, List<Comment> comments) Called when comments are received via ut_commentvoidPeerListener.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 TypeMethodDescriptionbooleanMax length for strings enforced in Comment.java.intreversebooleanComment.equalsIgnoreTimestamp(Comment c) Ignores timestampConstructor parameters in org.klomp.snark.comments with type arguments of type Comment