Uses of Class
org.apache.commons.net.nntp.NNTPClient
-
Packages that use NNTPClient Package Description examples.nntp -
-
Uses of NNTPClient in examples.nntp
Methods in examples.nntp with parameters of type NNTPClient Modifier and Type Method Description static java.util.List<Article>
NNTPUtils. getArticleInfo(NNTPClient client, long lowArticleNumber, long highArticleNumber)
Given anNNTPClient
instance, and an integer range of messages, return an array ofArticle
instances.
-