Class ArticleTransmitter

java.lang.Object
org.sonews.util.io.ArticleTransmitter

public class ArticleTransmitter extends Object
The ArticleTransmitter class encapsulates the functionality to transmit a news article from one newsserver to another. It uses the standart ARTICLE, GROUP and POST command to transmit the news article. There is no conversation done, the raw header and body parts are simply read from one stream and written to the other.
Since:
sonews/2.0
Author:
Christian Lins
  • Constructor Details

    • ArticleTransmitter

      public ArticleTransmitter(String group, String messageID)
  • Method Details