Uses of Class org.apache.commons.net.nntp.ArticlePointer

Uses in package org.apache.commons.net.nntp

Methods with parameter type org.apache.commons.net.nntp.ArticlePointer

void
Reader
NNTPClient.__retrieve(int command, String articleId, ArticlePointer pointer)
Reader
NNTPClient.__retrieve(int command, int articleNumber, ArticlePointer pointer)
Reader
NNTPClient.retrieveArticle(String articleId, ArticlePointer pointer)
Retrieves an article from the NNTP server.
Reader
NNTPClient.retrieveArticle(int articleNumber, ArticlePointer pointer)
Retrieves an article from the currently selected newsgroup.
Reader
NNTPClient.retrieveArticleBody(String articleId, ArticlePointer pointer)
Retrieves an article body from the NNTP server.
Reader
NNTPClient.retrieveArticleBody(int articleNumber, ArticlePointer pointer)
Retrieves an article body from the currently selected newsgroup.
Reader
NNTPClient.retrieveArticleHeader(String articleId, ArticlePointer pointer)
Retrieves an article header from the NNTP server.
Reader
NNTPClient.retrieveArticleHeader(int articleNumber, ArticlePointer pointer)
Retrieves an article header from the currently selected newsgroup.
boolean
NNTPClient.selectArticle(String articleId, ArticlePointer pointer)
Select an article by its unique identifier (including enclosing &lt and &gt) and return its article number and id through the pointer parameter.
boolean
NNTPClient.selectArticle(int articleNumber, ArticlePointer pointer)
Select an article in the currently selected newsgroup by its number.
boolean
Same as selectArticle(null, articleId) .
boolean
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
Select the article preceeding the currently selected article in the currently selected newsgroup and return its number and unique id through the pointer parameter.