| Package | Description |
|---|---|
| org.apache.commons.net.nntp |
NNTP - network news transfer protocol
|
| Class and Description |
|---|
| Article
Basic state needed for message retrieval and threading.
|
| ArticleInfo
Class contains details about an article.
|
| ArticlePointer
Deprecated.
3.0 use
ArticleInfo instead |
| NewGroupsOrNewsQuery
The NewGroupsOrNewsQuery class.
|
| NewsgroupInfo
NewsgroupInfo stores information pertaining to a newsgroup returned by the NNTP GROUP, LIST, and NEWGROUPS commands, implemented by
selectNewsgroup , listNewsgroups
, and listNewNewsgroups respectively. |
| NNTP
The NNTP class is not meant to be used by itself and is provided only so that you may easily implement your own NNTP client if you so desire.
|
| NntpThreadContainer
A placeholder utility class, used for constructing a tree of Threadables Original implementation by Jamie Zawinski.
|
| Threadable
A placeholder interface for threadable message objects.
|