| Package | Description | 
|---|---|
| org.apache.commons.net.nntp | NNTP - network news transfer protocol | 
| Modifier and Type | Method and Description | 
|---|---|
| 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(String wildmat)List the newsgroups that match a given pattern. | 
| Modifier and Type | Method and Description | 
|---|---|
| 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. | 
| Iterable<NewsgroupInfo> | NNTPClient. iterateNewsgroups()List all newsgroups served by the NNTP server. | 
| Iterable<NewsgroupInfo> | NNTPClient. iterateNewsgroups(String wildmat)List the newsgroups that match a given pattern. | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | NNTPClient. selectNewsgroup(String newsgroup,
               NewsgroupInfo info)Select the specified newsgroup to be the target of for future article
 retrieval and posting operations. | 
Copyright © 2001–2020 The Apache Software Foundation. All rights reserved.