| Package | Description |
|---|---|
| org.apache.commons.net.nntp |
NNTP - network news transfer protocol
|
| Modifier and Type | Field and Description |
|---|---|
Article |
Article.kid
Deprecated.
Use
setChild(Article) and getChild(). |
Article |
Article.next
Deprecated.
Use
setNext(Article) and getNext(). |
| Modifier and Type | Method and Description |
|---|---|
Article |
Article.getChild()
Gets the child article.
|
Article |
Article.getNext()
Gets the next article.
|
Article |
Article.makeDummy() |
Article |
ArticleIterator.next()
Gets the next Article
|
(package private) static Article |
NNTPClient.parseArticleEntry(String line)
Parse a response line from
NNTPClient.retrieveArticleInfo(long, long). |
| Modifier and Type | Method and Description |
|---|---|
Iterable<Article> |
NNTPClient.iterateArticleInfo(long lowArticleNumber,
long highArticleNumber)
Return article headers for all articles between lowArticleNumber and highArticleNumber, inclusively, using the XOVER command.
|
Iterator<Article> |
ArticleIterator.iterator() |
| Modifier and Type | Method and Description |
|---|---|
static void |
Article.printThread(Article article)
Recursive method that traverses a pre-threaded graph (or tree) of connected Article objects and prints them out.
|
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.
|
static void |
Article.printThread(Article article,
int depth,
PrintStream ps)
Recursive method that traverses a pre-threaded graph (or tree) of connected Article objects and prints them out.
|
static void |
Article.printThread(Article article,
PrintStream ps)
Recursive method that traverses a pre-threaded graph (or tree) of connected Article objects and prints them out.
|
void |
Article.setChild(Article child) |
void |
Article.setNext(Article next) |