Uses of Class
org.apache.commons.net.nntp.NNTPClient
-
Packages that use NNTPClient Package Description examples.nntp -
-
Uses of NNTPClient in examples.nntp
Fields in examples.nntp declared as NNTPClient Modifier and Type Field Description (package private) NNTPClient
ExtendedNNTPOps. client
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.
-