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