org.apache.mina.examples.reverser
Class ReverseProtocolHandler

java.lang.Object
  extended by IoHandlerAdapter
      extended by org.apache.mina.examples.reverser.ReverseProtocolHandler

public class ReverseProtocolHandler
extends IoHandlerAdapter

IoHandler implementation of reverser server protocol.

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
ReverseProtocolHandler()
           
 
Method Summary
 void exceptionCaught(IoSession session, java.lang.Throwable cause)
           
 void messageReceived(IoSession session, java.lang.Object message)
           
 void sessionCreated(IoSession session)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReverseProtocolHandler

public ReverseProtocolHandler()
Method Detail

sessionCreated

public void sessionCreated(IoSession session)
                    throws java.lang.Exception
Throws:
java.lang.Exception

exceptionCaught

public void exceptionCaught(IoSession session,
                            java.lang.Throwable cause)

messageReceived

public void messageReceived(IoSession session,
                            java.lang.Object message)