Uses of Class
org.apache.commons.net.nntp.ArticleInfo
Packages that use ArticleInfo
-
Uses of ArticleInfo in org.apache.commons.net.nntp
Methods in org.apache.commons.net.nntp with parameters of type ArticleInfoModifier and TypeMethodDescriptionNNTPClient.retrieveArticle
(long articleNumber, ArticleInfo pointer) Retrieves an article from the currently selected newsgroup.NNTPClient.retrieveArticle
(String articleId, ArticleInfo pointer) Retrieves an article from the NNTP server.NNTPClient.retrieveArticleBody
(long articleNumber, ArticleInfo pointer) Retrieves an article body from the currently selected newsgroup.NNTPClient.retrieveArticleBody
(String articleId, ArticleInfo pointer) Retrieves an article body from the NNTP server.NNTPClient.retrieveArticleHeader
(long articleNumber, ArticleInfo pointer) Retrieves an article header from the currently selected newsgroup.NNTPClient.retrieveArticleHeader
(String articleId, ArticleInfo pointer) Retrieves an article header from the NNTP server.boolean
NNTPClient.selectArticle
(long articleNumber, ArticleInfo pointer) Select an article in the currently selected newsgroup by its number.boolean
NNTPClient.selectArticle
(String articleId, ArticleInfo pointer) Select an article by its unique identifier (including enclosing < and >) and return its article number and id through the pointer parameter.boolean
NNTPClient.selectArticle
(ArticleInfo pointer) Same asselectArticle((String) null, articleId)
.boolean
NNTPClient.selectNextArticle
(ArticleInfo pointer) Select the article following the currently selected article in the currently selected newsgroup and return its number and unique id through the pointer parameter.boolean
NNTPClient.selectPreviousArticle
(ArticleInfo pointer) Select the article preceding the currently selected article in the currently selected newsgroup and return its number and unique id through the pointer parameter.