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