|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Article | |
examples.nntp | |
org.apache.commons.net.nntp |
Uses of Article in examples.nntp |
Methods in examples.nntp that return Article | |
static Article[] |
NNTPUtils.getArticleInfo(NNTPClient client,
int lowArticleNumber,
int highArticleNumber)
Given an NNTPClient instance, and an integer range of messages, return
an array of Article instances. |
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 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 |