Package | Description |
---|---|
org.apache.commons.net.nntp |
NNTP - network news transfer protocol
|
Modifier and Type | Field and Description |
---|---|
Article |
Article.kid |
Article |
Article.next |
Modifier and Type | Method and Description |
---|---|
java.lang.Iterable<Article> |
NNTPClient.iterateArticleInfo(long lowArticleNumber,
long highArticleNumber)
Return article headers for all articles between lowArticleNumber
and highArticleNumber, inclusively, using the XOVER command.
|
Modifier and Type | Method and Description |
---|---|
static void |
Article.printThread(Article article,
int depth)
Recursive method that traverses a pre-threaded graph (or tree)
of connected Article objects and prints them out.
|
Copyright © 2001-2012 Apache Software Foundation. All Rights Reserved.