Uses of Class
org.apache.commons.net.nntp.NewsgroupInfo
Packages that use NewsgroupInfo
-
Uses of NewsgroupInfo in org.apache.commons.net.nntp
Methods in org.apache.commons.net.nntp that return NewsgroupInfoModifier and TypeMethodDescription(package private) static NewsgroupInfoNNTPClient.__parseNewsgroupListEntry(String entry) private NewsgroupInfo[]NNTPClient.__readNewsgroupListing()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.NNTPClient.listNewsgroups()List all newsgroups served by the NNTP server.NNTPClient.listNewsgroups(String wildmat) List the newsgroups that match a given pattern.NewsgroupIterator.next()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 voidNNTPClient.__parseGroupReply(String reply, NewsgroupInfo info) booleanNNTPClient.selectNewsgroup(String newsgroup, NewsgroupInfo info) Select the specified newsgroup to be the target of for future article retrieval and posting operations.