Package | Description |
---|---|
org.apache.commons.net.nntp |
NNTP - network news transfer protocol
|
Modifier and Type | Method and Description |
---|---|
Iterable<String> |
NNTPClient.iterateNewNews(NewGroupsOrNewsQuery query)
List all new articles added to the NNTP server since a particular
date subject to the conditions of the specified query.
|
Iterable<String> |
NNTPClient.iterateNewNewsgroupListing(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.iterateNewNewsgroups(NewGroupsOrNewsQuery query)
List all new newsgroups added to the NNTP server since a particular
date subject to the conditions of the specified query.
|
String[] |
NNTPClient.listNewNews(NewGroupsOrNewsQuery query)
List all new articles added to the NNTP server since a particular
date subject to the conditions of the specified query.
|
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.
|
Copyright © 2001–2017 The Apache Software Foundation. All rights reserved.