You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Sebb (JIRA)" <ji...@apache.org> on 2011/03/10 02:57:59 UTC

[jira] Resolved: (NET-237) add streaming methods (corresponding to array methods) to NNTPClient

     [ https://issues.apache.org/jira/browse/NET-237?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sebb resolved NET-237.
----------------------

       Resolution: Fixed
    Fix Version/s: 3.0
         Assignee:     (was: Sebb)

String and NewsGroupInfo iterators added

> add streaming methods (corresponding to array methods) to NNTPClient
> --------------------------------------------------------------------
>
>                 Key: NET-237
>                 URL: https://issues.apache.org/jira/browse/NET-237
>             Project: Commons Net
>          Issue Type: New Feature
>          Components: NNTP
>    Affects Versions: 1.0, 1.1, 1.1.1, 1.2, 1.2.1, 1.2.2, 1.3, 1.4, 2.0
>            Reporter: Ken Geis
>            Priority: Minor
>             Fix For: 3.0
>
>
> NNTPClient.listNewNews(..) can use a lot of memory for large groups.  I recommend adding streaming version of the same.
>   Iterator<String> iterateNewNews(NewGroupsOrNewsQuery query);
> One could also add streaming versions of the *Newsgroups methods, but these are expected to have smaller results than some large newsgroups.
>   Iterator<NewsgroupInfo> iterateNewNewsgroups(NewGroupsOrNewsQuery query);
>   Iterator<NewsgroupInfo> iterateNewsgroups();
>   Iterator<NewsgroupInfo> iterateNewsgroups(String wildmat);
> I'll work on iterateNewNews(..) and submit a patch if it's good.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira