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

Packages that use NewGroupsOrNewsQuery
org.apache.commons.net.nntp   
 

Uses of NewGroupsOrNewsQuery in org.apache.commons.net.nntp
 

Methods in org.apache.commons.net.nntp with parameters of type NewGroupsOrNewsQuery
 NewsgroupInfo[] NNTPClient.listNewNewsgroups(NewGroupsOrNewsQuery query)
          List all new newsgroups added to the NNTP server since a particular date subject to the conditions of the specified query.
 java.lang.String[] NNTPClient.listNewNews(NewGroupsOrNewsQuery query)
          List all new articles added to the NNTP server since a particular date subject to the conditions of the specified query.
 



Copyright © 1997-2003 Apache Software Foundation. All Rights Reserved.