Package | Description |
---|---|
gnu.inet.nntp |
This is an NNTP client, implementing all of RFC 977, and many of the RFC 2980
NNTP extensions.
|
Modifier and Type | Class and Description |
---|---|
class |
ActiveTimesIterator
An iterator over an NNTP LIST ACTIVE.TIMES listing.
|
class |
ArticleNumberIterator
An iterator over a listing of article numbers.
|
class |
GroupIterator
An iterator over an NNTP newsgroup listing.
|
class |
HeaderIterator
An iterator over an NNTP XHDR listing.
|
class |
OverviewIterator
An iterator over an overview listing.
|
class |
PairIterator
An iterator over a pair listing.
|
Modifier and Type | Method and Description |
---|---|
LineIterator |
NNTPConnection.help()
Requests a help listing.
|
LineIterator |
NNTPConnection.listOverviewFmt()
Returns an iterator over the order in which headers are stored in the
overview database.
|
LineIterator |
NNTPConnection.newGroups(java.util.Date since,
java.lang.String[] distributions)
Returns an iterator over the list of new groups on the server since the
specified date.
|
LineIterator |
NNTPConnection.newNews(java.lang.String newsgroup,
java.util.Date since,
java.lang.String[] distributions)
Returns an iterator over the list of message-ids posted or received to
the specified newsgroup(s) since the specified date.
|
© Copyright 2003 The Free Software Foundation, all rights reserved