| Package | Description |
|---|---|
| examples.nntp |
| Modifier and Type | Method and Description |
|---|---|
static java.util.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. |