Uses of Interface
org.apache.commons.net.nntp.Threadable
-
Uses of Threadable in org.apache.commons.net.nntp
Modifier and TypeClassDescriptionclass
This is a class that contains the basic state needed for message retrieval and threading.Modifier and TypeMethodDescriptionArticle.makeDummy()
Threadable.makeDummy()
Threader.thread
(Iterable<? extends Threadable> messages) The client passes in a list of Iterable objects, and the Threader constructs a connected 'graph' of messagesThreader.thread
(List<? extends Threadable> messages) The client passes in a list of Threadable objects, and the Threader constructs a connected 'graph' of messagesThreader.thread
(Threadable[] messages) Deprecated.Modifier and TypeMethodDescriptionvoid
Article.setChild
(Threadable child) void
Threadable.setChild
(Threadable child) void
Article.setNext
(Threadable next) void
Threadable.setNext
(Threadable next) Threader.thread
(Threadable[] messages) Deprecated.(2.2) preferThreader.thread(List)
Modifier and TypeMethodDescriptionThreader.thread
(Iterable<? extends Threadable> messages) The client passes in a list of Iterable objects, and the Threader constructs a connected 'graph' of messagesThreader.thread
(List<? extends Threadable> messages) The client passes in a list of Threadable objects, and the Threader constructs a connected 'graph' of messages
Threader.thread(List)