java.lang.Iterable<java.lang.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.
|
java.lang.Iterable<java.lang.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.
|
java.lang.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.
|
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.
|