Package examples.nntp
Class ListNewsgroups
- java.lang.Object
-
- examples.nntp.ListNewsgroups
-
public final class ListNewsgroups extends java.lang.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
Constructors Constructor Description ListNewsgroups()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
main(java.lang.String[] args)
-
-
-
Constructor Detail
-
ListNewsgroups
public ListNewsgroups()
-
-
Method Detail
-
main
public static void main(java.lang.String[] args)
-
-