Uses of Class
org.apache.commons.net.nntp.Article
Packages that use Article
Package
Description
NNTP - network news transfer protocol
-
Uses of Article in org.apache.commons.net.examples.nntp
Methods in org.apache.commons.net.examples.nntp that return types with arguments of type ArticleModifier and TypeMethodDescriptionNNTPUtils.getArticleInfo
(NNTPClient client, long lowArticleNumber, long highArticleNumber) Given anNNTPClient
instance, and an integer range of messages, return an array ofArticle
instances. -
Uses of Article in org.apache.commons.net.nntp
Fields in org.apache.commons.net.nntp declared as ArticleMethods 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 void
Article.printThread
(Article article) Recursive method that traverses a pre-threaded graph (or tree) of connected Article objects and prints them out.static void
Article.printThread
(Article article, int depth) Recursive method that traverses a pre-threaded graph (or tree) of connected Article objects and prints them out.static void
Article.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 void
Article.printThread
(Article article, PrintStream ps) Recursive method that traverses a pre-threaded graph (or tree) of connected Article objects and prints them out.