Uses of Class
gnu.inet.nntp.GroupIterator

Packages that use GroupIterator
gnu.inet.nntp This is an NNTP client, implementing all of RFC 977, and many of the RFC 2980 NNTP extensions. 
 

Uses of GroupIterator in gnu.inet.nntp
 

Methods in gnu.inet.nntp that return GroupIterator
 GroupIterator NNTPConnection.list()
          Send a group listing command to the server.
 GroupIterator NNTPConnection.listActive(java.lang.String wildmat)
          Returns an iterator over the groups specified according to the wildmat pattern.
 GroupIterator NNTPConnection.listSubscriptions()
          Returns a list of newsgroups suitable for new users of the server.
 



© Copyright 2003 The Free Software Foundation, all rights reserved