|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ArticleResponse | |
---|---|
gnu.inet.nntp | This is an NNTP client, implementing all of RFC 977, and many of the RFC 2980 NNTP extensions. |
Uses of ArticleResponse in gnu.inet.nntp |
---|
Methods in gnu.inet.nntp that return ArticleResponse | |
---|---|
ArticleResponse |
NNTPConnection.article(int articleNumber)
Send an article retrieval request to the server. |
ArticleResponse |
NNTPConnection.article(java.lang.String messageId)
Send an article retrieval request to the server. |
protected ArticleResponse |
NNTPConnection.articleImpl(java.lang.String command,
java.lang.String messageId)
Performs an ARTICLE, BODY, HEAD, or STAT command. |
ArticleResponse |
NNTPConnection.body(int articleNumber)
Send an article body retrieval request to the server. |
ArticleResponse |
NNTPConnection.body(java.lang.String messageId)
Send an article body retrieval request to the server. |
ArticleResponse |
NNTPConnection.head(int articleNumber)
Send an article head retrieval request to the server. |
ArticleResponse |
NNTPConnection.head(java.lang.String messageId)
Send an article head retrieval request to the server. |
ArticleResponse |
NNTPConnection.last()
Sends a previous article positioning command to the server. |
ArticleResponse |
NNTPConnection.next()
Sends a next article positioning command to the server. |
ArticleResponse |
NNTPConnection.stat(int articleNumber)
Send an article status request to the server. |
ArticleResponse |
NNTPConnection.stat(java.lang.String messageId)
Send an article status request to the server. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |