Uses of Class
org.apache.commons.net.nntp.NewGroupsOrNewsQuery
-
Packages that use NewGroupsOrNewsQuery Package Description 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 Modifier and Type Method Description 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.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.
-