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 Article[] NNTPUtils.getArticleInfo(NNTPClient client, int lowArticleNumber, int highArticleNumber)
          Given an NNTPClient instance, and an integer range of messages, return an array of Article instances.
 



Copyright © 1997-2010 The Apache Software Foundation. All Rights Reserved.