|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Article | |
---|---|
org.apache.commons.net.nntp | NNTP - network news transfer protocol |
Uses of Article in org.apache.commons.net.nntp |
---|
Fields in org.apache.commons.net.nntp declared as Article | |
---|---|
Article |
Article.kid
|
Article |
Article.next
|
Methods in org.apache.commons.net.nntp that return types with arguments of type Article | |
---|---|
Iterable<Article> |
NNTPClient.iterateArticleInfo(long lowArticleNumber,
long highArticleNumber)
Return article headers for all articles between lowArticleNumber and highArticleNumber, inclusively, using the XOVER command. |
Methods in org.apache.commons.net.nntp with parameters of type Article | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |