Package com.oroinc.net.nntp
Class ArticlePointer
java.lang.Object
com.oroinc.net.nntp.ArticlePointer
This class is a structure used to return article number and unique
id information extracted from an NNTP server reply. You will normally
want this information when issuing a STAT command, implemented by
selectArticle .
- Author:
- Daniel F. Savarese
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe unique id of the referenced article, including the enclosing invalid input: '<' and invalid input: '>' symbols which are technically not part of the identifier, but are required by all NNTP commands taking an article id as an argument.int
The number of the referenced article. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
articleNumber
public int articleNumberThe number of the referenced article. -
articleId
The unique id of the referenced article, including the enclosing invalid input: '<' and invalid input: '>' symbols which are technically not part of the identifier, but are required by all NNTP commands taking an article id as an argument.
-
-
Constructor Details
-
ArticlePointer
public ArticlePointer()
-