| Package | Description |
|---|---|
| org.apache.commons.net.nntp |
NNTP - network news transfer protocol
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
Threadable<T extends Threadable<T>>
A placeholder interface for threadable message objects.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Article
Basic state needed for message retrieval and threading.
|
| Modifier and Type | Field and Description |
|---|---|
(package private) Threadable |
NntpThreadContainer.threadable |
| 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
|
Threadable |
Threader.thread(Threadable[] messages)
Deprecated.
(2.2) prefer
Threader.thread(List) |
| Modifier and Type | Method and Description |
|---|---|
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
|