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

Packages that use ArticleInfo
org.apache.commons.net.nntp NNTP - network news transfer protocol 
 

Uses of ArticleInfo in org.apache.commons.net.nntp
 

Methods in org.apache.commons.net.nntp with parameters of type ArticleInfo
 BufferedReader NNTPClient.retrieveArticle(long articleNumber, ArticleInfo pointer)
          Retrieves an article from the currently selected newsgroup.
 BufferedReader NNTPClient.retrieveArticle(String articleId, ArticleInfo pointer)
          Retrieves an article from the NNTP server.
 BufferedReader NNTPClient.retrieveArticleBody(long articleNumber, ArticleInfo pointer)
          Retrieves an article body from the currently selected newsgroup.
 BufferedReader NNTPClient.retrieveArticleBody(String articleId, ArticleInfo pointer)
          Retrieves an article body from the NNTP server.
 BufferedReader NNTPClient.retrieveArticleHeader(long articleNumber, ArticleInfo pointer)
          Retrieves an article header from the currently selected newsgroup.
 BufferedReader NNTPClient.retrieveArticleHeader(String articleId, ArticleInfo pointer)
          Retrieves an article header from the NNTP server.
 boolean NNTPClient.selectArticle(ArticleInfo pointer)
          Same as selectArticle((String) null, articleId) .
 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.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 preceeding the currently selected article in the currently selected newsgroup and return its number and unique id through the pointer parameter.
 



Copyright © 2001-2012 The Apache Software Foundation. All Rights Reserved.