|
Secure iNet Factory | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NntpArticle | |
---|---|
com.jscape.inet.nntp | Contains classes for communicating with NNTP (Network News Transport Protocol) servers. |
Uses of NntpArticle in com.jscape.inet.nntp |
---|
Methods in com.jscape.inet.nntp that return NntpArticle | |
---|---|
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. |
Methods in com.jscape.inet.nntp with parameters of type NntpArticle | |
---|---|
void |
Nntp.postArticle(NntpArticle article)
Posts an article to NNTP server. |
Constructors in com.jscape.inet.nntp with parameters of type NntpArticle | |
---|---|
NntpArticleEvent(java.lang.Object source,
NntpArticle article)
Creates NntpArticleEvent. |
|
NntpArticlePostedEvent(java.lang.Object source,
NntpArticle article)
Creates NntpArticlePostedEvent. |
|
Secure iNet Factory | |||||||||
PREV NEXT | FRAMES NO FRAMES |