Uses of Class
org.apache.commons.net.nntp.NewsgroupInfo
-
Uses of NewsgroupInfo in org.apache.commons.net.nntp
Modifier and TypeMethodDescriptionNNTPClient.listNewNewsgroups
(NewGroupsOrNewsQuery query) List all new newsgroups added to the NNTP server since a particular date subject to the conditions of the specified query.NNTPClient.listNewsgroups()
List all newsgroups served by the NNTP server.NNTPClient.listNewsgroups
(String wildmat) List the newsgroups that match a given pattern.Modifier and TypeMethodDescriptionNNTPClient.iterateNewNewsgroups
(NewGroupsOrNewsQuery query) List all new newsgroups added to the NNTP server since a particular date subject to the conditions of the specified query.NNTPClient.iterateNewsgroups()
List all newsgroups served by the NNTP server.NNTPClient.iterateNewsgroups
(String wildmat) List the newsgroups that match a given pattern.Modifier and TypeMethodDescriptionboolean
NNTPClient.selectNewsgroup
(String newsgroup, NewsgroupInfo info) Select the specified newsgroup to be the target of for future article retrieval and posting operations.