Package | Description |
---|---|
org.apache.commons.net.nntp |
NNTP - network news transfer protocol
|
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 |
Threadable.makeDummy() |
Threadable |
Article.makeDummy() |
Threadable |
Threader.thread(Iterable<? extends Threadable> messages)
The client passes in a list of Iterable objects, and
the Threader constructs a connected 'graph' of messages
|
Threadable |
Threader.thread(List<? extends Threadable> messages)
The client passes in a list of Threadable objects, and
the Threader constructs a connected 'graph' of messages
|
Threadable |
Threader.thread(Threadable[] messages)
Deprecated.
(2.2) prefer
Threader.thread(List) |
Modifier and Type | Method and Description |
---|---|
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)
Deprecated.
(2.2) prefer
Threader.thread(List) |
Modifier and Type | Method and Description |
---|---|
Threadable |
Threader.thread(Iterable<? extends Threadable> messages)
The client passes in a list of Iterable objects, and
the Threader constructs a connected 'graph' of messages
|
Threadable |
Threader.thread(List<? extends Threadable> messages)
The client passes in a list of Threadable objects, and
the Threader constructs a connected 'graph' of messages
|
Copyright © 2001–2017 The Apache Software Foundation. All rights reserved.