Uses of Class gnu.inet.nntp.LineIterator

Uses in package gnu.inet.nntp

Classes derived from gnu.inet.nntp.LineIterator

class
An iterator over an NNTP LIST ACTIVE.TIMES listing.
class
An iterator over a listing of article numbers.
class
An iterator over an NNTP newsgroup listing.
class
An iterator over an NNTP XHDR listing.
class
An iterator over an overview listing.
class
An iterator over a pair listing.

Methods with return type gnu.inet.nntp.LineIterator

LineIterator
Requests a help listing.
LineIterator
Returns an iterator over the order in which headers are stored in the overview database.
LineIterator
NNTPConnection.newGroups(Date since, String[] distributions)
Returns an iterator over the list of new groups on the server since the specified date.
LineIterator
NNTPConnection.newNews(String newsgroup, Date since, String[] distributions)
Returns an iterator over the list of message-ids posted or received to the specified newsgroup(s) since the specified date.