examples.nntp
Class ExtendedNNTPOps

java.lang.Object
  extended by examples.nntp.ExtendedNNTPOps

public class ExtendedNNTPOps
extends Object

Simple class showing some of the extended commands (AUTH, XOVER, LIST ACTIVE)

Author:
Rory Winston

Constructor Summary
ExtendedNNTPOps()
           
 
Method Summary
 void demo(String host, String user, String password)
           
static void main(String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExtendedNNTPOps

public ExtendedNNTPOps()
Method Detail

demo

public void demo(String host,
                 String user,
                 String password)

main

public static void main(String[] args)


Copyright © 1997-2010 The Apache Software Foundation. All Rights Reserved.