Uses of Interface
org.apache.commons.net.nntp.Threadable
Packages that use Threadable
-
Uses of Threadable in org.apache.commons.net.nntp
Classes in org.apache.commons.net.nntp with type parameters of type ThreadableModifier and TypeInterfaceDescriptioninterface
Threadable<T extends Threadable<T>>
A placeholder interface for threadable message objects.Classes in org.apache.commons.net.nntp that implement ThreadableModifier and TypeClassDescriptionclass
Basic state needed for message retrieval and threading.Methods in org.apache.commons.net.nntp that return ThreadableModifier 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 messagesThreader.thread
(Threadable[] messages) Deprecated.Methods in org.apache.commons.net.nntp with parameters of type ThreadableModifier and TypeMethodDescriptionThreader.thread
(Threadable[] messages) Deprecated.(2.2) preferThreader.thread(List)
Method parameters in org.apache.commons.net.nntp with type arguments of type ThreadableModifier 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)