Uses of Class
org.apache.commons.net.nntp.NewsgroupInfo
Packages that use NewsgroupInfo
-
Uses of NewsgroupInfo in org.apache.commons.net.nntp
Fields in org.apache.commons.net.nntp declared as NewsgroupInfoModifier and TypeFieldDescriptionprivate static final NewsgroupInfo[]
NNTPClient.EMPTY_NEWSGROUP_INFO_ARRAY
Methods in org.apache.commons.net.nntp that return NewsgroupInfoModifier 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.NewsgroupIterator.next()
(package private) static NewsgroupInfo
NNTPClient.parseNewsgroupListEntry
(String entry) private NewsgroupInfo[]
NNTPClient.readNewsgroupListing()
Methods in org.apache.commons.net.nntp that return types with arguments of type NewsgroupInfoModifier 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.NewsgroupIterator.iterator()
Methods in org.apache.commons.net.nntp with parameters of type NewsgroupInfoModifier and TypeMethodDescriptionprivate static void
NNTPClient.parseGroupReply
(String reply, NewsgroupInfo info) boolean
NNTPClient.selectNewsgroup
(String newsgroup, NewsgroupInfo info) Select the specified newsgroup to be the target of for future article retrieval and posting operations.