Uses of Class
org.apache.commons.net.nntp.NNTPClient
Packages that use NNTPClient
-
Uses of NNTPClient in examples.nntp
Fields in examples.nntp declared as NNTPClientMethods in examples.nntp with parameters of type NNTPClientModifier and TypeMethodDescriptionNNTPUtils.getArticleInfo
(NNTPClient client, long lowArticleNumber, long highArticleNumber) Given anNNTPClient
instance, and an integer range of messages, return an array ofArticle
instances.