Uses of Class
org.klomp.snark.comments.Comment
| 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.comments |
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 Comment Modifier and Type Method Description booleanSnark. 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 Comment Modifier and Type Method Description static CommentComment. fromPersistentString(String s)Methods in org.klomp.snark.comments that return types with arguments of type Comment Modifier and Type Method Description Iterator<Comment>CommentSet. iterator()Will be in reverse-sort order, i.e.Methods in org.klomp.snark.comments with parameters of type Comment Modifier and Type Method Description booleanCommentSet. add(Comment c)Max length for strings enforced in Comment.java.intComment. compareTo(Comment c)reversebooleanComment. equalsIgnoreTimestamp(Comment c)Ignores timestampConstructor parameters in org.klomp.snark.comments with type arguments of type Comment Constructor Description CommentSet(Collection<Comment> coll)