Frames | No Frames |
Methods with return type gnu.inet.nntp.ArticleResponse | |
ArticleResponse | NNTPConnection.article(String messageId) Send an article retrieval request to the server. |
ArticleResponse | NNTPConnection.article(int articleNumber) Send an article retrieval request to the server. |
ArticleResponse | NNTPConnection.articleImpl(String command, String messageId) Performs an ARTICLE, BODY, HEAD, or STAT command. |
ArticleResponse | NNTPConnection.body(String messageId) Send an article body retrieval request to the server. |
ArticleResponse | NNTPConnection.body(int articleNumber) Send an article body retrieval request to the server. |
ArticleResponse | NNTPConnection.head(String messageId) Send an article head retrieval request to the server. |
ArticleResponse | NNTPConnection.head(int articleNumber) Send an article head retrieval request to the server. |
ArticleResponse | Sends a previous article positioning command to the server. |
ArticleResponse | Sends a next article positioning command to the server. |
ArticleResponse | NNTPConnection.stat(String messageId) Send an article status request to the server. |
ArticleResponse | NNTPConnection.stat(int articleNumber) Send an article status request to the server. |