Uses of Class
org.apache.commons.net.nntp.Article
Packages that use Article
-
Uses of Article in org.apache.commons.net.nntp
Fields in org.apache.commons.net.nntp declared as ArticleModifier and TypeFieldDescriptionArticle.kidDeprecated.Article.nextDeprecated.UsesetNext(Article)andgetNext().Methods in org.apache.commons.net.nntp that return ArticleModifier and TypeMethodDescriptionArticle.getChild()Gets the child article.Article.getNext()Gets the next article.Article.makeDummy()Methods in org.apache.commons.net.nntp that return types with arguments of type ArticleModifier and TypeMethodDescriptionNNTPClient.iterateArticleInfo(long lowArticleNumber, long highArticleNumber) Return article headers for all articles between lowArticleNumber and highArticleNumber, inclusively, using the XOVER command.Methods in org.apache.commons.net.nntp with parameters of type ArticleModifier and TypeMethodDescriptionstatic voidArticle.printThread(Article article) Recursive method that traverses a pre-threaded graph (or tree) of connected Article objects and prints them out.static voidArticle.printThread(Article article, int depth) Recursive method that traverses a pre-threaded graph (or tree) of connected Article objects and prints them out.static voidArticle.printThread(Article article, int depth, PrintStream ps) Recursive method that traverses a pre-threaded graph (or tree) of connected Article objects and prints them out.static voidArticle.printThread(Article article, PrintStream ps) Recursive method that traverses a pre-threaded graph (or tree) of connected Article objects and prints them out.voidvoid
setChild(Article)andgetChild().