Frames | No Frames |
Methods with parameter type org.apache.commons.net.nntp.ArticlePointer | |
void | |
Reader | |
Reader | |
Reader |
Retrieves an article from the NNTP server. |
Reader |
Retrieves an article from the currently selected newsgroup. |
Reader |
Retrieves an article body from the NNTP server. |
Reader |
Retrieves an article body from the currently selected newsgroup. |
Reader |
Retrieves an article header from the NNTP server. |
Reader |
Retrieves an article header from the currently selected newsgroup. |
boolean |
Select an article by its unique identifier (including enclosing
< and >) and return its article number and id through the
pointer parameter. |
boolean |
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. |