Package | Description |
---|---|
org.apache.commons.net.nntp |
Modifier and Type | Class and Description |
---|---|
class |
Article
This is a class that contains the basic state needed for message retrieval and threading.
|
Modifier and Type | Method and 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 messages
|
Modifier and Type | Method and 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
|