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

Packages that use NewGroupsOrNewsQuery
org.apache.commons.net.nntp NNTP - network news transfer protocol 
 

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

Methods in org.apache.commons.net.nntp with parameters of type NewGroupsOrNewsQuery
 Iterable<String> NNTPClient.iterateNewNews(NewGroupsOrNewsQuery query)
          List all new articles added to the NNTP server since a particular date subject to the conditions of the specified query.
 Iterable<String> NNTPClient.iterateNewNewsgroupListing(NewGroupsOrNewsQuery query)
          List all new newsgroups added to the NNTP server since a particular date subject to the conditions of the specified query.
 Iterable<NewsgroupInfo> NNTPClient.iterateNewNewsgroups(NewGroupsOrNewsQuery query)
          List all new newsgroups added to the NNTP server since a particular date subject to the conditions of the specified query.
 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.
 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.
 



Copyright © 2001-2012 The Apache Software Foundation. All Rights Reserved.