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 NNTPClientExtendedNNTPOps. clientMethods 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 anNNTPClientinstance, and an integer range of messages, return an array ofArticleinstances.
-