Uses of Interface
org.apache.commons.net.nntp.Threadable

Packages that use Threadable
org.apache.commons.net.nntp   
 

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

Classes in org.apache.commons.net.nntp that implement Threadable
 class Article
          This is a class that contains the basic state needed for message retrieval and threading.
 

Methods in org.apache.commons.net.nntp that return Threadable
 Threadable Threadable.makeDummy()
           
 Threadable Article.makeDummy()
           
 Threadable Threader.thread(Threadable[] messages)
          The main threader entry point - The client passes in an array of Threadable objects, and the Threader constructs a connected 'graph' of messages
 

Methods in org.apache.commons.net.nntp with parameters of type Threadable
 void Threadable.setChild(Threadable child)
           
 void Article.setChild(Threadable child)
           
 void Threadable.setNext(Threadable next)
           
 void Article.setNext(Threadable next)
           
 Threadable Threader.thread(Threadable[] messages)
          The main threader entry point - The client passes in an array of Threadable objects, and the Threader constructs a connected 'graph' of messages
 



Copyright © 1997-2010 The Apache Software Foundation. All Rights Reserved.