org.apache.mina.examples.echoserver
Class Main

java.lang.Object
  extended byorg.apache.mina.examples.echoserver.Main

public class Main
extends java.lang.Object

(Entry point) Echo server

Version:
$Rev: 326586 $, $Date: 2005-10-19 17:50:29 +0200 (Wed, 19 Oct 2005) $
Author:
The Apache Directory Project (dev@directory.apache.org)

Constructor Summary
Main()
           
 
Method Summary
static void main(java.lang.String[] args)
          Set this to true if you want to make the server SSL
 
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
Set this to true if you want to make the server SSL

Throws:
java.lang.Exception