| Package | Description |
|---|---|
| gnu.inet.nntp |
This is an NNTP client, implementing all of RFC 977, and many of the RFC 2980
NNTP extensions.
|
| Modifier and Type | Method and Description |
|---|---|
ArticleResponse |
NNTPConnection.article(int articleNumber)
Send an article retrieval request to the server.
|
ArticleResponse |
NNTPConnection.article(String messageId)
Send an article retrieval request to the server.
|
protected ArticleResponse |
NNTPConnection.articleImpl(String command,
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(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(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(String messageId)
Send an article status request to the server.
|
Copyright © 2017. All rights reserved.