Uses of Class
org.apache.commons.net.nntp.Article
-
Packages that use Article Package Description org.apache.commons.net.nntp -
-
Uses of Article in org.apache.commons.net.nntp
Fields in org.apache.commons.net.nntp declared as Article Modifier and Type Field Description ArticleArticle. kidArticleArticle. nextMethods in org.apache.commons.net.nntp with parameters of type Article Modifier and Type Method Description 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.
-