public class NntpNewsgroup
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
int |
getArticleCount()
Gets estimated article count for this
NntpNewsgroup. |
int |
getFirst()
Returns the value of FIRST field returned by LIST and GROUP commands.
|
int |
getLast()
Returns the value of LAST field returned by LIST and GROUP commands.
|
java.lang.String |
getName()
Gets name of this
NntpNewsgroup. |
boolean |
getPostPermission()
Gets posting permissions for this NntpNewsgroup at time of retrieving
newsgroup data.
|
java.lang.String |
toString()
Gets string representation of newsgroup in format as expected by server
when posting article.
|
public java.lang.String getName()
NntpNewsgroup.public int getFirst()
public int getLast()
public int getArticleCount()
NntpNewsgroup.public boolean getPostPermission()
true if posting allowed, false
otherwisepublic java.lang.String toString()
toString in class java.lang.ObjectCopyright © JSCAPE LLC. 1999-2021. All Rights Reserved