FileDocCategorySizeDatePackage
ArticlePointer.javaAPI DocApache Commons NET 1.4.1 API1378Sat Dec 03 10:05:48 GMT 2005org.apache.commons.net.nntp

ArticlePointer

public final class ArticlePointer extends Object
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 {@link NNTPClient#selectArticle selectArticle}.
author
Daniel F. Savarese
see
NNTPClient

Fields Summary
public int
articleNumber
The number of the referenced article.
public String
articleId
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.
Constructors Summary
Methods Summary