Package org.apache.commons.net.nntp
Interface Summary |
Threadable |
A placeholder interface for threadable message objects
Author: Rory Winston
|
Class Summary |
Article |
This is a class that contains the basic state needed for message retrieval and threading.
|
ArticlePointer |
This class is a structure used to return article number and unique
id information extracted from an NNTP server reply. |
NewGroupsOrNewsQuery |
The NewGroupsOrNewsQuery class. |
NewsgroupInfo |
NewsgroupInfo stores information pertaining to a newsgroup returned by
the NNTP GROUP, LIST, and NEWGROUPS commands, implemented by
{@link org.apache.commons.net.nntp.NNTPClient#selectNewsgroup selectNewsgroup }
,
{@link org.apache.commons.net.nntp.NNTPClient#listNewsgroups listNewsgroups }
, and
{@link org.apache.commons.net.nntp.NNTPClient#listNewNewsgroups 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. |
NNTPClient |
NNTPClient encapsulates all the functionality necessary to post and
retrieve articles from an NNTP server. |
NNTPCommand |
NNTPCommand stores a set of constants for NNTP command codes. |
NNTPConnectionClosedException |
NNTPConnectionClosedException is used to indicate the premature or
unexpected closing of an NNTP connection resulting from a
{@link org.apache.commons.net.nntp.NNTPReply#SERVICE_DISCONTINUED NNTPReply.SERVICE_DISCONTINUED }
response (NNTP reply code 400) to a
failed NNTP command. |
NNTPReply |
NNTPReply stores a set of constants for NNTP reply codes. |
SimpleNNTPHeader |
This class is used to construct the bare minimum
acceptable header for most news readers. |
Threader |
This is an implementation of a message threading algorithm, as originally devised by Zamie Zawinski.
|