Java org.apache.commons.net.nntp Threader fields, constructors, methods, implement or subclass

Example usage for Java org.apache.commons.net.nntp Threader fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.commons.net.nntp Threader.

The text is from its open source code.

Constructor

Method

Threadablethread(List messages)
The client passes in a list of Threadable objects, and the Threader constructs a connected 'graph' of messages
Threadablethread(Iterable messages)
The client passes in a list of Iterable objects, and the Threader constructs a connected 'graph' of messages
Threadablethread(Threadable[] messages)
The client passes in an array of Threadable objects, and the Threader constructs a connected 'graph' of messages