Class fwhois
- java.lang.Object
-
- org.apache.commons.net.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
Constructors Constructor Description fwhois()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
main(java.lang.String[] args)
-