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(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.
|
© Copyright 2003 The Free Software Foundation, all rights reserved