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

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

Introduction

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

The text is from its open source code.

Subclass

org.apache.commons.net.nntp.Article has subclasses.
Click this link to see all its subclasses.

Field

Constructor

Method

voidaddHeaderField(String name, String val)
voidaddReference(String msgId)
Adds a message-id to the list of messages that this message references (i.e.
StringgetArticleId()
intgetArticleNumber()
StringgetDate()
StringgetFrom()
String[]getReferences()
Returns the MessageId references as an array of Strings
StringgetSubject()
booleanisDummy()
voidprintThread(Article article, int depth)
Recursive method that traverses a pre-threaded graph (or tree) of connected Article objects and prints them out.
voidsetArticleId(String string)
voidsetArticleNumber(long l)
voidsetArticleNumber(int a)
voidsetDate(String string)
voidsetFrom(String string)
voidsetSubject(String string)