Uses of Class
org.apache.commons.net.nntp.NewGroupsOrNewsQuery
Packages that use NewGroupsOrNewsQuery
-
Uses of NewGroupsOrNewsQuery in org.apache.commons.net.nntp
Methods in org.apache.commons.net.nntp with parameters of type NewGroupsOrNewsQueryModifier and TypeMethodDescriptionNNTPClient.iterateNewNews
(NewGroupsOrNewsQuery query) List all new articles added to the NNTP server since a particular date subject to the conditions of the specified query.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.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.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.