examples
Class fwhois

java.lang.Object
  extended by examples.fwhois

public final class fwhois
extends 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(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(String[] args)


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