org.apache.mina.examples.reverser
Class ReverseProtocolHandler

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

public class ReverseProtocolHandler
extends ProtocolHandlerAdapter

ProtocolHandler implementation of reverser server protocol.

Version:
$Rev: 165587 $, $Date: 2005-05-02 15:44:03 +0900 (월, 02 5월 2005) $,
Author:
Trustin Lee (trustin@apache.org)

Constructor Summary
ReverseProtocolHandler()
           
 
Method Summary
 void exceptionCaught(ProtocolSession session, java.lang.Throwable cause)
           
 void messageReceived(ProtocolSession session, java.lang.Object message)
           
 
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

exceptionCaught

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

messageReceived

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