Uses of Class
org.apache.commons.net.nntp.NNTPClient
Packages that use NNTPClient
-
Uses of NNTPClient in org.apache.commons.net.examples.nntp
Methods in org.apache.commons.net.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.