Frames | No Frames |
Methods with return type gnu.inet.nntp.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. |
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 | Sends a previous article positioning command to the server. |
ArticleResponse | 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. |