Package examples.nntp

Class PostMessage


  • public final class PostMessage
    extends java.lang.Object
    This is an example program using the NNTP package to post an article to the specified newsgroup(s). It prompts you for header information and a filename to post.
    • Constructor Summary

      Constructors 
      Constructor Description
      PostMessage()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void main​(java.lang.String[] args)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • main

        public static void main​(java.lang.String[] args)