org.apache.mina.example.reverser
Class Main

java.lang.Object
  extended by org.apache.mina.example.reverser.Main

public class Main
extends java.lang.Object

(Entry point) Reverser server which reverses all text lines from clients.

Author:
Apache MINA Project

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


Copyright © 2004-2011 Apache MINA Project. All Rights Reserved.