org.apache.mina.examples.netcat
Class Main

java.lang.Object
  extended by org.apache.mina.examples.netcat.Main

public class Main
extends java.lang.Object

(Entry point) NetCat client. NetCat client connects to the specified endpoint and prints out received data. NetCat client disconnects automatically when no data is read for 10 seconds.

Version:
$Rev: 355016 $, $Date: 2005-12-08 16:00:30 +0900 (Thu, 08 Dec 2005) $,
Author:
The Apache Directory Project (dev@directory.apache.org)

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

Main

public Main()
Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
Throws:
java.lang.Exception