Uses of Interface
org.apache.commons.net.nntp.Threadable
-
Packages that use Threadable Package Description org.apache.commons.net.nntp NNTP - network news transfer protocol -
-
Uses of Threadable in org.apache.commons.net.nntp
Classes in org.apache.commons.net.nntp that implement Threadable Modifier and Type Class Description classArticleThis is a class that contains the basic state needed for message retrieval and threading.Methods in org.apache.commons.net.nntp that return Threadable Modifier and Type Method Description ThreadableArticle. makeDummy()ThreadableThreadable. makeDummy()ThreadableThreader. thread(java.lang.Iterable<? extends Threadable> messages)The client passes in a list of Iterable objects, and the Threader constructs a connected 'graph' of messagesThreadableThreader. thread(java.util.List<? extends Threadable> messages)The client passes in a list of Threadable objects, and the Threader constructs a connected 'graph' of messagesThreadableThreader. thread(Threadable[] messages)Deprecated.(2.2) preferThreader.thread(List)Methods in org.apache.commons.net.nntp with parameters of type Threadable Modifier and Type Method Description voidArticle. setChild(Threadable child)voidThreadable. setChild(Threadable child)voidArticle. setNext(Threadable next)voidThreadable. setNext(Threadable next)ThreadableThreader. thread(Threadable[] messages)Deprecated.(2.2) preferThreader.thread(List)Method parameters in org.apache.commons.net.nntp with type arguments of type Threadable Modifier and Type Method Description ThreadableThreader. thread(java.lang.Iterable<? extends Threadable> messages)The client passes in a list of Iterable objects, and the Threader constructs a connected 'graph' of messagesThreadableThreader. thread(java.util.List<? extends Threadable> messages)The client passes in a list of Threadable objects, and the Threader constructs a connected 'graph' of messages
-