examples.nntp
Class PostMessage

java.lang.Object
  extended by examples.nntp.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
PostMessage()
           
 
Method Summary
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
 

Constructor Detail

PostMessage

public PostMessage()
Method Detail

main

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


Copyright © 2001-2011 Apache Software Foundation. All Rights Reserved.