Package org.apache.commons.net.nntp
Class ArticlePointer
java.lang.Object
org.apache.commons.net.nntp.ArticlePointer
Deprecated.
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.- See Also:
- 
Field SummaryFieldsModifier and TypeFieldDescriptionDeprecated.The unique id of the referenced article, including the enclosing < and > symbols which are technically not part of the identifier, but are required by all NNTP commands taking an article id as an argument.intDeprecated.The number of the referenced article.
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Field Details- 
articleNumberDeprecated.The number of the referenced article.
- 
articleIdDeprecated.The unique id of the referenced article, including the enclosing < and > 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- 
ArticlePointerpublic ArticlePointer()Deprecated.
 
- 
ArticleInfoinstead