Uses of Class
org.apache.commons.net.nntp.NewsgroupInfo
-
Packages that use NewsgroupInfo Package Description org.apache.commons.net.nntp NNTP - network news transfer protocol -
-
Uses of NewsgroupInfo in org.apache.commons.net.nntp
Methods in org.apache.commons.net.nntp that return NewsgroupInfo Modifier and Type Method Description (package private) static NewsgroupInfoNNTPClient. __parseNewsgroupListEntry(java.lang.String entry)private NewsgroupInfo[]NNTPClient. __readNewsgroupListing()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.NewsgroupInfo[]NNTPClient. listNewsgroups()List all newsgroups served by the NNTP server.NewsgroupInfo[]NNTPClient. listNewsgroups(java.lang.String wildmat)List the newsgroups that match a given pattern.NewsgroupInfoNewsgroupIterator. next()Methods in org.apache.commons.net.nntp that return types with arguments of type NewsgroupInfo Modifier and Type Method Description 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.Iterable<NewsgroupInfo>NNTPClient. iterateNewsgroups()List all newsgroups served by the NNTP server.java.lang.Iterable<NewsgroupInfo>NNTPClient. iterateNewsgroups(java.lang.String wildmat)List the newsgroups that match a given pattern.java.util.Iterator<NewsgroupInfo>NewsgroupIterator. iterator()Methods in org.apache.commons.net.nntp with parameters of type NewsgroupInfo Modifier and Type Method Description private static voidNNTPClient. __parseGroupReply(java.lang.String reply, NewsgroupInfo info)booleanNNTPClient. selectNewsgroup(java.lang.String newsgroup, NewsgroupInfo info)Select the specified newsgroup to be the target of for future article retrieval and posting operations.
-