| 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. |
| Modifier and Type | Method and Description |
|---|---|
CommentSet | Snark.getComments()The current comment set for this torrent. |
CommentSet | CompleteListener.getSavedComments(Snark snark) |
CommentSet | SnarkManager.getSavedComments(Snark snark)The comments for a torrent |
CommentSet | UpdateRunner.getSavedComments(Snark snark) |
| Modifier and Type | Method and Description |
|---|---|
void | CompleteListener.locked_saveComments(Snark snark,
CommentSet comments) |
void | SnarkManager.locked_saveComments(Snark snark,
CommentSet comments)Save the comments 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)Sends comments to a peer. |