Uses of Interface
org.apache.commons.net.nntp.Threadable
-
Packages that use Threadable Package Description org.apache.commons.net.nntp -
-
Uses of Threadable in org.apache.commons.net.nntp
Classes in org.apache.commons.net.nntp that implement Threadable Modifier and Type Class Description 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 Modifier and Type Method Description Threadable
Article. makeDummy()
Threadable
Threadable. 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 messagesMethods in org.apache.commons.net.nntp with parameters of type Threadable Modifier and Type Method Description void
Article. setChild(Threadable child)
void
Threadable. setChild(Threadable child)
void
Article. setNext(Threadable next)
void
Threadable. 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
-