java.lang.Object | +--org.apache.commons.net.nntp.NewsgroupInfo
NNTPClient
static int | A constant indicating that a newsgroup is moderated. |
static int | A constant indicating that a newsgroup is public and unmoderated. |
static int | A constant indicating that a newsgroup is closed for general posting. |
static int | A constant indicating that the posting permission of a newsgroup is unknown. |
int | Get the estimated number of articles in the newsgroup. |
int | Get the number of the first article in the newsgroup. |
int | Get the number of the last article in the newsgroup. |
String | Get the newsgroup name. |
int | Get the posting permission of the newsgroup. |
public static final int MODERATED_POSTING_PERMISSION
public static final int PERMITTED_POSTING_PERMISSION
public static final int PROHIBITED_POSTING_PERMISSION
public static final int UNKNOWN_POSTING_PERMISSION
public int getArticleCount()
public int getFirstArticle()
public int getLastArticle()
public String getNewsgroup()
public int getPostingPermission()
POSTING_PERMISSION constants.