Package | Description |
---|---|
examples.nntp | |
org.apache.commons.net.nntp |
Modifier and Type | Method and Description |
---|---|
static List<Article> |
NNTPUtils.getArticleInfo(NNTPClient client,
long lowArticleNumber,
long highArticleNumber)
Given an
NNTPClient instance, and an integer range of messages, return
an array of Article instances. |
Modifier and Type | Field and Description |
---|---|
Article |
Article.kid |
Article |
Article.next |
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.