examples.nntp
Class newsgroups

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

public final class newsgroups
extends Object

This is a trivial example using the NNTP package to approximate the Unix newsgroups command. It merely connects to the specified news server and issues fetches the list of newsgroups stored by the server. On servers that store a lot of newsgroups, this command can take a very long time (listing upwards of 30,000 groups).


Constructor Summary
newsgroups()
           
 
Method Summary
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

newsgroups

public newsgroups()
Method Detail

main

public static final void main(String[] args)


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