Uses of Class
org.apache.commons.net.nntp.Article
-
Packages that use Article Package Description org.apache.commons.net.examples.nntp org.apache.commons.net.nntp 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 Article Modifier and Type Method Description static java.util.List<Article>NNTPUtils. getArticleInfo(NNTPClient client, long lowArticleNumber, long highArticleNumber)Given anNNTPClientinstance, and an integer range of messages, return an array ofArticleinstances. -
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. kidDeprecated.UsesetChild(Article)andgetChild().ArticleArticle. nextDeprecated.UsesetNext(Article)andgetNext().Methods in org.apache.commons.net.nntp that return Article Modifier and Type Method Description ArticleArticle. getChild()Gets the child article.ArticleArticle. getNext()Gets the next article.ArticleArticle. makeDummy()ArticleArticleIterator. next()Gets the next Article(package private) static ArticleNNTPClient. parseArticleEntry(java.lang.String line)Parse a response line fromNNTPClient.retrieveArticleInfo(long, long).Methods in org.apache.commons.net.nntp that return types with arguments of type Article Modifier and Type Method Description java.lang.Iterable<Article>NNTPClient. iterateArticleInfo(long lowArticleNumber, long highArticleNumber)Return article headers for all articles between lowArticleNumber and highArticleNumber, inclusively, using the XOVER command.java.util.Iterator<Article>ArticleIterator. iterator()Methods in org.apache.commons.net.nntp with parameters of type Article Modifier and Type Method Description static 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, java.io.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, java.io.PrintStream ps)Recursive method that traverses a pre-threaded graph (or tree) of connected Article objects and prints them out.voidArticle. setChild(Article child)voidArticle. setNext(Article next)
-