Uses of Class
org.apache.commons.net.nntp.NNTPClient

Packages that use NNTPClient
examples.nntp   
 

Uses of NNTPClient in examples.nntp
 

Methods in examples.nntp with parameters of type NNTPClient
static java.util.List<Article> NNTPUtils.getArticleInfo(NNTPClient client, long lowArticleNumber, long highArticleNumber)
          Given an NNTPClient instance, and an integer range of messages, return an array of Article instances.
 



Copyright © 2001-2011 Apache Software Foundation. All Rights Reserved.