| Package | Description |
|---|---|
| com.jscape.inet.nntp |
| Modifier and Type | Method and Description |
|---|---|
NntpArticle |
NntpArticleEvent.getArticle()
Gets article.
|
NntpArticle |
Nntp.getArticle(int articleId)
Gets an article from current newsgroup.
|
NntpArticle |
Nntp.getArticle(java.lang.String messageID)
Gets an article from current newsgroup based on its Message-ID header.
|
NntpArticle |
Nntp.getNextArticle()
Gets next article from current newsgroup.
|
NntpArticle |
Nntp.getPreviousArticle()
Gets previous article from current newsgroup.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Nntp.postArticle(NntpArticle article)
Posts an article to NNTP server.
|
| Constructor and Description |
|---|
NntpArticleEvent(java.lang.Object source,
NntpArticle article)
Creates NntpArticleEvent.
|
NntpArticlePostedEvent(java.lang.Object source,
NntpArticle article)
Creates NntpArticlePostedEvent.
|
Copyright © JSCAPE LLC. 1999-2021. All Rights Reserved