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 that return ArticleInfoMethods in org.apache.commons.net.nntp with parameters of type ArticleInfoModifier and TypeMethodDescriptionprivate voidNNTPClient.ai2ap(ArticleInfo ai, ArticlePointer ap) private voidNNTPClient.parseArticlePointer(String reply, ArticleInfo pointer) Parse the reply and store the id and number in the pointer.private BufferedReaderNNTPClient.retrieve(int command, long articleNumber, ArticleInfo pointer) private BufferedReaderNNTPClient.retrieve(int command, String articleId, ArticleInfo pointer) NNTPClient.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.booleanNNTPClient.selectArticle(long articleNumber, ArticleInfo pointer) Select an article in the currently selected newsgroup by its number.booleanNNTPClient.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.booleanNNTPClient.selectArticle(ArticleInfo pointer) Same asselectArticle((String) null, articleId).booleanNNTPClient.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.booleanNNTPClient.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.