examples.unix
Class fwhois

java.lang.Object
  extended by examples.unix.fwhois

public final class fwhois
extends java.lang.Object

This is an example of how you would implement the Linux fwhois command in Java using NetComponents. The Java version is much shorter.


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

fwhois

public fwhois()
Method Detail

main

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


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